#63704A

Color #63704A Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #63704A

Tints of Chalet Green #63704A

Color information

#63704A (or 0x63704A) is unknown color: approx Chalet Green. HEX triplet: 63, 70 and 4A. RGB value is (99,112,74). Sum of RGB (Red+Green+Blue) = 99+112+74=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #63704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63704A is #9C8FB5. Grayscale: #676767. Windows color (decimal): -10260406 or 4878435. OLE color: 4878435.

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

Color convert

RGB9911274-
CMYK0.1200.340.56
HSL80.53º20.43%36.47%-
HSV(B)80.53º33.93%43.92%-
XYZ12.1814.748.68-
YUV103.78111.19124.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=34.74%
G=39.30%
B=25.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112740.1200.340.5680.5320.4336.47
Hex63704AC02238511424
Octal14316011214042701212444
Binary11000111110000100101011000100010111000101000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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