#606B5B

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

Shades of Cactus #606B5B

Tints of Cactus #606B5B

Color information

#606B5B (or 0x606B5B) is unknown color: approx Cactus. HEX triplet: 60, 6B and 5B. RGB value is (96,107,91). Sum of RGB (Red+Green+Blue) = 96+107+91=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 107 - color contains mainly: green. Hex color #606B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B5B is #9F94A4. Grayscale: #656565. Windows color (decimal): -10458277 or 5991264. OLE color: 5991264.

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

Color convert

RGB9610791-
CMYK0.1000.150.58
HSL101.25º8.08%38.82%-
HSV(B)101.25º14.95%41.96%-
XYZ11.9713.7611.92-
YUV101.89121.86123.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=32.65%
G=36.39%
B=30.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107910.1000.150.58101.258.0838.82
Hex606B5BA0F3A65827
Octal14015313312017721451047
Binary11000001101011101101110100111111101011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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