Shades of Woodland #63654B
Tints of Woodland #63654B
RGB
CMYK
RGB Variations
Color information
#63654B (or 0x63654B) is known color: Woodland. HEX triplet: 63, 65 and 4B. RGB value is (99,101,75). Sum of RGB (Red+Green+Blue) = 99+101+75=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #63654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63654B is #9C9AB4. Grayscale: #616161. Windows color (decimal): -10263221 or 4941155. OLE color: 4941155.
HSL color Cylindrical-coordinate representation of color #63654B: hue angle of 64.62º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63654B is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 101 | 75 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.60 |
| HSL | 64.62º | 0.15% | 0.35% | - |
| HSV(B) | 64.62º | 0.26% | 0.4% | - |
| XYZ | 11.07 | 12.47 | 8.48 | - |
| YUV | 97.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 75 | 0.02 | 0 | 0.26 | 0.60 | 64.62 | 0.15 | 0.35 |
| Hex | 63 | 65 | 4B | 2 | 0 | 1A | 3C | 41 | F | 23 |
| Octal | 143 | 145 | 113 | 2 | 0 | 32 | 74 | 101 | 17 | 43 |
| Binary | 1100011 | 1100101 | 1001011 | 10 | 0 | 11010 | 111100 | 1000001 | 1111 | 100011 |
Color Harmonies of #63654B
Complementary color
Monochromatic Colors of #63654B
Black with #63654B
Text Example
Text Example
White with #63654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63654B; }
p { color: rgb(99,101,75); }
H1.HeaderClassName
{
color: #63654B;
}
.AnyTagClassName
{
color: #63654B;
}
</style>
background-color css
<style>
a { background-color: #63654B; }
a { background-color: rgb(99,101,75); }
div.DivClassName
{
background-color: #63654B;
}
.BgClassName
{
background-color: #63654B;
}
</style>
border-color css
<style>
span { border-color: #63654B; }
span { border-color: rgb(99,101,75); }
td.TdClassName
{
border-color: #63654B;
}
.TagClassName
{
border-color: #63654B;
}
</style>