#60625F

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

Shades of Cactus #60625F

Tints of Cactus #60625F

Color information

#60625F (or 0x60625F) is unknown color: approx Cactus. HEX triplet: 60, 62 and 5F. RGB value is (96,98,95). Sum of RGB (Red+Green+Blue) = 96+98+95=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 98 - color contains mainly: green. Hex color #60625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60625F is #9F9DA0. Grayscale: #616161. Windows color (decimal): -10460577 or 6251104. OLE color: 6251104.

HSL color Cylindrical-coordinate representation of color #60625F: hue angle of 100º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #60625F is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB969895-
CMYK0.0200.030.62
HSL100º1.55%37.84%-
HSV(B)100º3.06%38.43%-
XYZ11.2612.0512.56-
YUV97.06126.84127.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=33.22%
G=33.91%
B=32.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698950.0200.030.621001.5537.84
Hex60625F2033E64226
Octal14014213720376144246
Binary11000001100010101111110011111110110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60625F; }

 p { color: rgb(96,98,95); }

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

<style>
 a { background-color: #60625F; }

 a { background-color: rgb(96,98,95); }

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

<style>
 span { border-color: #60625F; }

 span { border-color: rgb(96,98,95); }

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