#63694F

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

Shades of Woodland #63694F

Tints of Woodland #63694F

Color information

#63694F (or 0x63694F) is unknown color: approx Woodland. HEX triplet: 63, 69 and 4F. RGB value is (99,105,79). Sum of RGB (Red+Green+Blue) = 99+105+79=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #63694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63694F is #9C96B0. Grayscale: #646464. Windows color (decimal): -10262193 or 5204323. OLE color: 5204323.

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

Color convert

RGB9910579-
CMYK0.0600.250.59
HSL73.85º14.13%36.08%-
HSV(B)73.85º24.76%41.18%-
XYZ11.6113.329.36-
YUV100.24116.01127.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=34.98%
G=37.10%
B=27.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105790.0600.250.5973.8514.1336.08
Hex63694F60193B4ae24
Octal1431511176031731121644
Binary11000111101001100111111001100111101110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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