#606360

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

Shades of Cactus #606360

Tints of Cactus #606360

Color information

#606360 (or 0x606360) is unknown color: approx Cactus. HEX triplet: 60, 63 and 60. RGB value is (96,99,96). Sum of RGB (Red+Green+Blue) = 96+99+96=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 99 - color contains mainly: green. Hex color #606360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606360 is #9F9C9F. Grayscale: #616161. Windows color (decimal): -10460320 or 6316896. OLE color: 6316896.

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

Color convert

RGB969996-
CMYK0.0300.030.61
HSL120º1.54%38.24%-
HSV(B)120º3.03%38.82%-
XYZ11.412.2612.83-
YUV97.76127.01126.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=32.99%
G=34.02%
B=32.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699960.0300.030.611201.5438.24
Hex6063603033D78226
Octal14014314030375170246
Binary11000001100011110000011011111101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606360; }

 p { color: rgb(96,99,96); }

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

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

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

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

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

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

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