Shades of Raw Sienna #D68B4C
Tints of Raw Sienna #D68B4C
RGB
CMYK
RGB Variations
Color information
#D68B4C (or 0xD68B4C) is known color: Raw Sienna. HEX triplet: D6, 8B and 4C. RGB value is (214,139,76). Sum of RGB (Red+Green+Blue) = 214+139+76=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B4C is #2974B3. Grayscale: #9A9A9A. Windows color (decimal): -2716852 or 5016534. OLE color: 5016534.
HSL color Cylindrical-coordinate representation of color #D68B4C: hue angle of 27.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D68B4C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 76 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.16 |
| HSL | 27.39º | 0.63% | 0.57% | - |
| HSV(B) | 27.39º | 0.64% | 0.84% | - |
| XYZ | 38.27 | 33.28 | 11.24 | - |
| YUV | 154.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 76 | 0 | 0.35 | 0.64 | 0.16 | 27.39 | 0.63 | 0.57 |
| Hex | D6 | 8B | 4C | 0 | 23 | 40 | 10 | 1B | 3F | 39 |
| Octal | 326 | 213 | 114 | 0 | 43 | 100 | 20 | 33 | 77 | 71 |
| Binary | 11010110 | 10001011 | 1001100 | 0 | 100011 | 1000000 | 10000 | 11011 | 111111 | 111001 |
Color Harmonies of #D68B4C
Complementary color
Monochromatic Colors of #D68B4C
Black with #D68B4C
Text Example
Text Example
White with #D68B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B4C; }
p { color: rgb(214,139,76); }
H1.HeaderClassName
{
color: #D68B4C;
}
.AnyTagClassName
{
color: #D68B4C;
}
</style>
background-color css
<style>
a { background-color: #D68B4C; }
a { background-color: rgb(214,139,76); }
div.DivClassName
{
background-color: #D68B4C;
}
.BgClassName
{
background-color: #D68B4C;
}
</style>
border-color css
<style>
span { border-color: #D68B4C; }
span { border-color: rgb(214,139,76); }
td.TdClassName
{
border-color: #D68B4C;
}
.TagClassName
{
border-color: #D68B4C;
}
</style>