Html Css Color HEX #63704B Chalet Green

📋 copy color: '#63704B'

red 99 ◦ green 112 ◦ blue 75

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

Shades of Chalet Green #63704B

Tints of Chalet Green #63704B

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 value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 99 112 75 -
CMYK 0.12 0 0.33 0.56
HSL 81.08º 0.2% 0.37% -
HSV(B) 81.08º 0.33% 0.44% -
XYZ 12.21 14.75 8.86 -
YUV 103.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 99 112 75 0.12 0 0.33 0.56 81.08 0.2 0.37
Hex 63 70 4B C 0 21 38 51 14 25
Octal 143 160 113 14 0 41 70 121 24 45
Binary 1100011 1110000 1001011 1100 0 100001 111000 1010001 10100 100101

Color Harmonies of #63704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63704B

Black with #63704B

Text Example


Text Example

White with #63704B

Text Example


Text Example

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