Shades of Himalaya #6B6332
Tints of Himalaya #6B6332
RGB
CMYK
RGB Variations
Color information
#6B6332 (or 0x6B6332) is known color: Himalaya. HEX triplet: 6B, 63 and 32. RGB value is (107,99,50). Sum of RGB (Red+Green+Blue) = 107+99+50=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6332 is #949CCD. Grayscale: #606060. Windows color (decimal): -9739470 or 3302251. OLE color: 3302251.
HSL color Cylindrical-coordinate representation of color #6B6332: hue angle of 51.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B6332 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 50 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.58 |
| HSL | 51.58º | 0.36% | 0.31% | - |
| HSV(B) | 51.58º | 0.53% | 0.42% | - |
| XYZ | 11.1 | 12.28 | 4.8 | - |
| YUV | 95.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 50 | 0 | 0.07 | 0.53 | 0.58 | 51.58 | 0.36 | 0.31 |
| Hex | 6B | 63 | 32 | 0 | 7 | 35 | 3A | 34 | 24 | 1F |
| Octal | 153 | 143 | 62 | 0 | 7 | 65 | 72 | 64 | 44 | 37 |
| Binary | 1101011 | 1100011 | 110010 | 0 | 111 | 110101 | 111010 | 110100 | 100100 | 11111 |
Color Harmonies of #6B6332
Complementary color
Monochromatic Colors of #6B6332
Black with #6B6332
Text Example
Text Example
White with #6B6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6332; }
p { color: rgb(107,99,50); }
H1.HeaderClassName
{
color: #6B6332;
}
.AnyTagClassName
{
color: #6B6332;
}
</style>
background-color css
<style>
a { background-color: #6B6332; }
a { background-color: rgb(107,99,50); }
div.DivClassName
{
background-color: #6B6332;
}
.BgClassName
{
background-color: #6B6332;
}
</style>
border-color css
<style>
span { border-color: #6B6332; }
span { border-color: rgb(107,99,50); }
td.TdClassName
{
border-color: #6B6332;
}
.TagClassName
{
border-color: #6B6332;
}
</style>