Html Css Color HEX #606B50 Chalet Green

📋 copy color: '#606B50'

red 96 ◦ green 107 ◦ blue 80

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

Shades of Chalet Green #606B50

Tints of Chalet Green #606B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 33.92%
G = 37.81%
B = 28.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#606B50 (or 0x606B50) is known color: Chalet Green. HEX triplet: 60, 6B and 50. RGB value is (96,107,80). Sum of RGB (Red+Green+Blue) = 96+107+80=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #606B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B50 is #9F94AF. Grayscale: #646464. Windows color (decimal): -10458288 or 5270368. OLE color: 5270368.

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

Color convert

RGB 96 107 80 -
CMYK 0.10 0 0.25 0.58
HSL 84.44º 0.14% 0.37% -
HSV(B) 84.44º 0.25% 0.42% -
XYZ 11.53 13.58 9.6 -
YUV 100.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 96 107 80 0.10 0 0.25 0.58 84.44 0.14 0.37
Hex 60 6B 50 A 0 19 3A 54 E 25
Octal 140 153 120 12 0 31 72 124 16 45
Binary 1100000 1101011 1010000 1010 0 11001 111010 1010100 1110 100101

Color Harmonies of #606B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B50

Black with #606B50

Text Example


Text Example

White with #606B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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