Html Css Color HEX #606A4D Chalet Green

📋 copy color: '#606A4D'

red 96 ◦ green 106 ◦ blue 77

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

Shades of Chalet Green #606A4D

Tints of Chalet Green #606A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.99%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 34.41%
G = 37.99%
B = 27.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#606A4D (or 0x606A4D) is known color: Chalet Green. HEX triplet: 60, 6A and 4D. RGB value is (96,106,77). Sum of RGB (Red+Green+Blue) = 96+106+77=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #606A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A4D is #9F95B2. Grayscale: #636363. Windows color (decimal): -10458547 or 5073504. OLE color: 5073504.

HSL color Cylindrical-coordinate representation of color #606A4D: hue angle of 80.69º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606A4D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 106 77 -
CMYK 0.09 0 0.27 0.58
HSL 80.69º 0.16% 0.36% -
HSV(B) 80.69º 0.27% 0.42% -
XYZ 11.32 13.33 9 -
YUV 99.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 96 106 77 0.09 0 0.27 0.58 80.69 0.16 0.36
Hex 60 6A 4D 9 0 1B 3A 51 10 24
Octal 140 152 115 11 0 33 72 121 20 44
Binary 1100000 1101010 1001101 1001 0 11011 111010 1010001 10000 100100

Color Harmonies of #606A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A4D

Black with #606A4D

Text Example


Text Example

White with #606A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,77); }

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

background-color css

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

 a { background-color: rgb(96,106,77); }

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

border-color css

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

 span { border-color: rgb(96,106,77); }

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