#606A4E

Color #606A4E Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #606A4E

Tints of Chalet Green #606A4E

Color information

#606A4E (or 0x606A4E) is unknown color: approx Chalet Green. HEX triplet: 60, 6A and 4E. RGB value is (96,106,78). Sum of RGB (Red+Green+Blue) = 96+106+78=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #606A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A4E is #9F95B1. Grayscale: #636363. Windows color (decimal): -10458546 or 5139040. OLE color: 5139040.

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

Color convert

RGB9610678-
CMYK0.0900.260.58
HSL81.43º15.22%36.08%-
HSV(B)81.43º26.42%41.57%-
XYZ11.3513.349.19-
YUV99.82115.69125.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=34.29%
G=37.86%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96106780.0900.260.5881.4315.2236.08
Hex606A4E901A3A51f24
Octal14015211611032721211744
Binary110000011010101001110100101101011101010100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606A4E;
 }
 .AnyTagClassName
 {
   color: #606A4E;
 }
</style>
background-color css

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

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

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

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

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

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