Html Css Color HEX #606B51 Chalet Green

📋 copy color: '#606B51'

red 96 ◦ green 107 ◦ blue 81

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

Shades of Chalet Green #606B51

Tints of Chalet Green #606B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.68%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 33.8%
G = 37.68%
B = 28.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#606B51 (or 0x606B51) is known color: Chalet Green. HEX triplet: 60, 6B and 51. RGB value is (96,107,81). Sum of RGB (Red+Green+Blue) = 96+107+81=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #606B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B51 is #9F94AE. Grayscale: #646464. Windows color (decimal): -10458287 or 5335904. OLE color: 5335904.

HSL color Cylindrical-coordinate representation of color #606B51: hue angle of 85.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #606B51 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 81 -
CMYK 0.10 0 0.24 0.58
HSL 85.38º 0.14% 0.37% -
HSV(B) 85.38º 0.24% 0.42% -
XYZ 11.57 13.6 9.8 -
YUV 100.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 96 107 81 0.10 0 0.24 0.58 85.38 0.14 0.37
Hex 60 6B 51 A 0 18 3A 55 E 25
Octal 140 153 121 12 0 30 72 125 16 45
Binary 1100000 1101011 1010001 1010 0 11000 111010 1010101 1110 100101

Color Harmonies of #606B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B51

Black with #606B51

Text Example


Text Example

White with #606B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,81); }

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

background-color css

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

 a { background-color: rgb(96,107,81); }

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

border-color css

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

 span { border-color: rgb(96,107,81); }

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