#606A5C

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

Shades of Cactus #606A5C

Tints of Cactus #606A5C

Color information

#606A5C (or 0x606A5C) is unknown color: approx Cactus. HEX triplet: 60, 6A and 5C. RGB value is (96,106,92). Sum of RGB (Red+Green+Blue) = 96+106+92=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #606A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A5C is #9F95A3. Grayscale: #656565. Windows color (decimal): -10458532 or 6056544. OLE color: 6056544.

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

Color convert

RGB9610692-
CMYK0.0900.130.58
HSL102.86º7.07%38.82%-
HSV(B)102.86º13.21%41.57%-
XYZ11.9113.5712.12-
YUV101.41122.69124.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=32.65%
G=36.05%
B=31.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96106920.0900.130.58102.867.0738.82
Hex606A5C90D3A67727
Octal1401521341101572147747
Binary1100000110101010111001001011011110101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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