#60675E

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

Shades of Cactus #60675E

Tints of Cactus #60675E

Color information

#60675E (or 0x60675E) is unknown color: approx Cactus. HEX triplet: 60, 67 and 5E. RGB value is (96,103,94). Sum of RGB (Red+Green+Blue) = 96+103+94=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #60675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60675E is #9F98A1. Grayscale: #636363. Windows color (decimal): -10459298 or 6186848. OLE color: 6186848.

HSL color Cylindrical-coordinate representation of color #60675E: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60675E is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB9610394-
CMYK0.0700.090.60
HSL106.67º4.57%38.63%-
HSV(B)106.67º8.74%40.39%-
XYZ11.691312.48-
YUV99.88124.68125.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=32.76%
G=35.15%
B=32.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103940.0700.090.60106.674.5738.63
Hex60675E7093C6b527
Octal140147136701174153547
Binary110000011001111011110111010011111001101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60675E; }

 p { color: rgb(96,103,94); }

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

<style>
 a { background-color: #60675E; }

 a { background-color: rgb(96,103,94); }

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

<style>
 span { border-color: #60675E; }

 span { border-color: rgb(96,103,94); }

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