#60695B

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

Shades of Cactus #60695B

Tints of Cactus #60695B

Color information

#60695B (or 0x60695B) is unknown color: approx Cactus. HEX triplet: 60, 69 and 5B. RGB value is (96,105,91). Sum of RGB (Red+Green+Blue) = 96+105+91=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #60695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60695B is #9F96A4. Grayscale: #646464. Windows color (decimal): -10458789 or 5990752. OLE color: 5990752.

HSL color Cylindrical-coordinate representation of color #60695B: hue angle of 98.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60695B is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB9610591-
CMYK0.0900.130.59
HSL98.57º7.14%38.43%-
HSV(B)98.57º13.33%41.18%-
XYZ11.7613.3511.85-
YUV100.71122.52124.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=32.88%
G=35.96%
B=31.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105910.0900.130.5998.577.1438.43
Hex60695B90D3B63726
Octal1401511331101573143746
Binary1100000110100110110111001011011110111100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60695B; }

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

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

<style>
 a { background-color: #60695B; }

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

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

<style>
 span { border-color: #60695B; }

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

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