#63664C

Color #63664C Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #63664C

Tints of Woodland #63664C

Color information

#63664C (or 0x63664C) is unknown color: approx Woodland. HEX triplet: 63, 66 and 4C. RGB value is (99,102,76). Sum of RGB (Red+Green+Blue) = 99+102+76=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #63664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63664C is #9C99B3. Grayscale: #626262. Windows color (decimal): -10262964 or 5006947. OLE color: 5006947.

HSL color Cylindrical-coordinate representation of color #63664C: hue angle of 66.92º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63664C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB9910276-
CMYK0.0300.250.6
HSL66.92º14.61%34.9%-
HSV(B)66.92º25.49%40%-
XYZ11.212.688.69-
YUV98.14115.51128.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=35.74%
G=36.82%
B=27.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102760.0300.250.666.9214.6134.9
Hex63664C30193C43f23
Octal1431461143031741031743
Binary1100011110011010011001101100111110010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63664C; }

 p { color: rgb(99,102,76); }

 H1.HeaderClassName
 {
   color: #63664C;
 }
 .AnyTagClassName
 {
   color: #63664C;
 }
</style>
background-color css

<style>
 a { background-color: #63664C; }

 a { background-color: rgb(99,102,76); }

 div.DivClassName
 {
   background-color: #63664C;
 }
 .BgClassName
 {
   background-color: #63664C;
 }
</style>
border-color css

<style>
 span { border-color: #63664C; }

 span { border-color: rgb(99,102,76); }

 td.TdClassName
 {
   border-color: #63664C;
 }
 .TagClassName
 {
   border-color: #63664C;
 }
</style>