#63704F

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

Shades of Willow Grove #63704F

Tints of Willow Grove #63704F

Color information

#63704F (or 0x63704F) is unknown color: approx Willow Grove. HEX triplet: 63, 70 and 4F. RGB value is (99,112,79). Sum of RGB (Red+Green+Blue) = 99+112+79=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #63704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63704F is #9C8FB0. Grayscale: #686868. Windows color (decimal): -10260401 or 5206115. OLE color: 5206115.

HSL color Cylindrical-coordinate representation of color #63704F: hue angle of 83.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63704F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB9911279-
CMYK0.1200.290.56
HSL83.64º17.28%37.45%-
HSV(B)83.64º29.46%43.92%-
XYZ12.3514.819.6-
YUV104.35113.69124.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=34.14%
G=38.62%
B=27.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112790.1200.290.5683.6417.2837.45
Hex63704FC01D38541125
Octal14316011714035701242145
Binary1100011111000010011111100011101111000101010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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