#63694E

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

Shades of Woodland #63694E

Tints of Woodland #63694E

Color information

#63694E (or 0x63694E) is unknown color: approx Woodland. HEX triplet: 63, 69 and 4E. RGB value is (99,105,78). Sum of RGB (Red+Green+Blue) = 99+105+78=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #63694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63694E is #9C96B1. Grayscale: #646464. Windows color (decimal): -10262194 or 5138787. OLE color: 5138787.

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

Color convert

RGB9910578-
CMYK0.0600.260.59
HSL73.33º14.75%35.88%-
HSV(B)73.33º25.71%41.18%-
XYZ11.5713.319.17-
YUV100.13115.51127.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=35.11%
G=37.23%
B=27.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105780.0600.260.5973.3314.7535.88
Hex63694E601A3B49f24
Octal1431511166032731111744
Binary11000111101001100111011001101011101110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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