HSL(16, 50%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,50%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 50%, 28%) | color: hsl(16, 50%, 28%) | |
| HEX | #6B3724 | color: #6B3724 | |
| RGB | rgb(107, 55, 36) | color: rgb(107, 55, 36) | |
| CMYK | cmyk(0%, 49%, 66%, 58%) | — | |
| HSV | hsv(16, 66%, 42%) | — | |
| HWB | hwb(16 14% 58%) | color: hwb(16 14% 58%) | |
| OKLCH | oklch(0.3992 0.08 40.49) | color: oklch(0.3992 0.08 40.49) | |
| Lab | lab(29.38 21.21 22.04) | color: lab(29.38 21.21 22.04) | |
| LCH | lch(29.38 30.59 46.1) | color: lch(29.38 30.59 46.1) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#545429 — rgb(84, 84, 41)
Deuteranopia (Green-blind)
#585B2A — rgb(88, 91, 42)
Tritanopia (Blue-blind)
#682C2D — rgb(104, 44, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 50%, 28%);
text
color: hsl(16, 50%, 28%);
border
border: 2px solid hsl(16, 50%, 28%);
gradient light
background: linear-gradient(to right, hsl(16, 50%, 48%), hsl(16, 50%, 28%));
gradient dark
background: linear-gradient(to right, hsl(16, 50%, 28%), hsl(16, 50%, 8%))
hex
background-color: #6B3724;
tailwind
bg-[hsl(16,50%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 50%, 28%, 0.4);
css variable
--color-primary: hsl(16, 50%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 50%, 28%)?
HEX: #6B3724 | RGB: rgb(107, 55, 36) | CMYK: 0%, 49%, 66%, 58% | HSV: 16°, 66%, 42%. Copy any format from the conversion table above.
What colors go well with #6B3724?
The complementary color is HSL(196, 50%, 28%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 50%, 28%) in CSS?
As HSL: color: hsl(16, 50%, 28%); — As HEX: color: #6B3724; — As RGB: color: rgb(107, 55, 36); — Tailwind CSS: bg-[hsl(16,50%,28%)] — CSS variable: --color-primary: hsl(16, 50%, 28%);