#63704B

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

Shades of Chalet Green #63704B

Tints of Chalet Green #63704B

Color information

#63704B (or 0x63704B) is unknown color: approx Chalet Green. HEX triplet: 63, 70 and 4B. RGB value is (99,112,75). Sum of RGB (Red+Green+Blue) = 99+112+75=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #63704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63704B is #9C8FB4. Grayscale: #686868. Windows color (decimal): -10260405 or 4943971. OLE color: 4943971.

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

Color convert

RGB9911275-
CMYK0.1200.330.56
HSL81.08º19.79%36.67%-
HSV(B)81.08º33.04%43.92%-
XYZ12.2114.758.86-
YUV103.9111.69124.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=34.62%
G=39.16%
B=26.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112750.1200.330.5681.0819.7936.67
Hex63704BC02138511425
Octal14316011314041701212445
Binary11000111110000100101111000100001111000101000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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