Shades of Sandrift #B69678
Tints of Sandrift #B69678
RGB
CMYK
RGB Variations
Color information
#B69678 (or 0xB69678) is known color: Sandrift. HEX triplet: B6, 96 and 78. RGB value is (182,150,120). Sum of RGB (Red+Green+Blue) = 182+150+120=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B69678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69678 is #496987. Grayscale: #9C9C9C. Windows color (decimal): -4811144 or 7902902. OLE color: 7902902.
HSL color Cylindrical-coordinate representation of color #B69678: hue angle of 29.03º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69678 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 150 | 120 | - |
CMYK | 0 | 0.18 | 0.34 | 0.29 |
HSL | 29.03º | 0.3% | 0.59% | - |
HSV(B) | 29.03º | 0.34% | 0.71% | - |
XYZ | 33.59 | 33.11 | 22.39 | - |
YUV | 156.15 | 107.6 | 146.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 150 | 120 | 0 | 0.18 | 0.34 | 0.29 | 29.03 | 0.3 | 0.59 |
Hex | B6 | 96 | 78 | 0 | 12 | 22 | 1D | 1D | 1E | 3B |
Octal | 266 | 226 | 170 | 0 | 22 | 42 | 35 | 35 | 36 | 73 |
Binary | 10110110 | 10010110 | 1111000 | 0 | 10010 | 100010 | 11101 | 11101 | 11110 | 111011 |
Color Harmonies of #B69678
Complementary color
Monochromatic Colors of #B69678
Black with #B69678
Text Example
Text Example
White with #B69678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69678; }
p { color: rgb(182,150,120); }
H1.HeaderClassName
{
color: #B69678;
}
.AnyTagClassName
{
color: #B69678;
}
</style>
background-color css
<style>
a { background-color: #B69678; }
a { background-color: rgb(182,150,120); }
div.DivClassName
{
background-color: #B69678;
}
.BgClassName
{
background-color: #B69678;
}
</style>
border-color css
<style>
span { border-color: #B69678; }
span { border-color: rgb(182,150,120); }
td.TdClassName
{
border-color: #B69678;
}
.TagClassName
{
border-color: #B69678;
}
</style>