#63694C

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

Shades of Woodland #63694C

Tints of Woodland #63694C

Color information

#63694C (or 0x63694C) is unknown color: approx Woodland. HEX triplet: 63, 69 and 4C. RGB value is (99,105,76). Sum of RGB (Red+Green+Blue) = 99+105+76=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #63694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63694C is #9C96B3. Grayscale: #646464. Windows color (decimal): -10262196 or 5007715. OLE color: 5007715.

HSL color Cylindrical-coordinate representation of color #63694C: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63694C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB9910576-
CMYK0.0600.280.59
HSL72.41º16.02%35.49%-
HSV(B)72.41º27.62%41.18%-
XYZ11.513.288.79-
YUV99.9114.51127.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=35.36%
G=37.5%
B=27.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105760.0600.280.5972.4116.0235.49
Hex63694C601C3B481023
Octal1431511146034731102043
Binary110001111010011001100110011100111011100100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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