Html Css Color HEX #606C4B Chalet Green

📋 copy color: '#606C4B'

red 96 ◦ green 108 ◦ blue 75

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

Shades of Chalet Green #606C4B

Tints of Chalet Green #606C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 34.41%
G = 38.71%
B = 26.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#606C4B (or 0x606C4B) is known color: Chalet Green. HEX triplet: 60, 6C and 4B. RGB value is (96,108,75). Sum of RGB (Red+Green+Blue) = 96+108+75=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #606C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C4B is #9F93B4. Grayscale: #646464. Windows color (decimal): -10458037 or 4942944. OLE color: 4942944.

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

Color convert

RGB 96 108 75 -
CMYK 0.11 0 0.31 0.58
HSL 81.82º 0.18% 0.36% -
HSV(B) 81.82º 0.31% 0.42% -
XYZ 11.46 13.72 8.7 -
YUV 100.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 96 108 75 0.11 0 0.31 0.58 81.82 0.18 0.36
Hex 60 6C 4B B 0 1F 3A 52 12 24
Octal 140 154 113 13 0 37 72 122 22 44
Binary 1100000 1101100 1001011 1011 0 11111 111010 1010010 10010 100100

Color Harmonies of #606C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C4B

Black with #606C4B

Text Example


Text Example

White with #606C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,75); }

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

background-color css

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

 a { background-color: rgb(96,108,75); }

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

border-color css

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

 span { border-color: rgb(96,108,75); }

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