Html Css Color HEX #606E4A Chalet Green

📋 copy color: '#606E4A'

red 96 ◦ green 110 ◦ blue 74

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

Shades of Chalet Green #606E4A

Tints of Chalet Green #606E4A

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

 GREEN value IS 110 (43.36% from 255) = 39.29%

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

R = 34.29%
G = 39.29%
B = 26.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#606E4A (or 0x606E4A) is known color: Chalet Green. HEX triplet: 60, 6E and 4A. RGB value is (96,110,74). Sum of RGB (Red+Green+Blue) = 96+110+74=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #606E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606E4A is #9F91B5. Grayscale: #656565. Windows color (decimal): -10457526 or 4877920. OLE color: 4877920.

HSL color Cylindrical-coordinate representation of color #606E4A: hue angle of 83.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #606E4A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 110 74 -
CMYK 0.13 0 0.33 0.57
HSL 83.33º 0.2% 0.36% -
HSV(B) 83.33º 0.33% 0.43% -
XYZ 11.64 14.13 8.59 -
YUV 101.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 96 110 74 0.13 0 0.33 0.57 83.33 0.2 0.36
Hex 60 6E 4A D 0 21 39 53 14 24
Octal 140 156 112 15 0 41 71 123 24 44
Binary 1100000 1101110 1001010 1101 0 100001 111001 1010011 10100 100100

Color Harmonies of #606E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E4A

Black with #606E4A

Text Example


Text Example

White with #606E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606E4A; }

 p { color: rgb(96,110,74); }

 H1.HeaderClassName
 {
   color: #606E4A;
 }
 .AnyTagClassName
 {
   color: #606E4A;
 }
</style>

background-color css

<style>
 a { background-color: #606E4A; }

 a { background-color: rgb(96,110,74); }

 div.DivClassName
 {
   background-color: #606E4A;
 }
 .BgClassName
 {
   background-color: #606E4A;
 }
</style>

border-color css

<style>
 span { border-color: #606E4A; }

 span { border-color: rgb(96,110,74); }

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