Html Css Color HEX #63704A Chalet Green

📋 copy color: '#63704A'

red 99 ◦ green 112 ◦ blue 74

#63704A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #63704A

Tints of Chalet Green #63704A

RGB

 RED value IS 99 (39.06% from 255) = 34.74%

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 34.74%
G = 39.3%
B = 25.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#63704A (or 0x63704A) is known color: 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

RGB 99 112 74 -
CMYK 0.12 0 0.34 0.56
HSL 80.53º 0.2% 0.36% -
HSV(B) 80.53º 0.34% 0.44% -
XYZ 12.18 14.74 8.68 -
YUV 103.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 99 112 74 0.12 0 0.34 0.56 80.53 0.2 0.36
Hex 63 70 4A C 0 22 38 51 14 24
Octal 143 160 112 14 0 42 70 121 24 44
Binary 1100011 1110000 1001010 1100 0 100010 111000 1010001 10100 100100

Color Harmonies of #63704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63704A

Black with #63704A

Text Example


Text Example

White with #63704A

Text Example


Text Example

HTML Codes & Css Web 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>