Html Css Color HEX #606360 Cactus

📋 copy color: '#606360'

red 96 ◦ green 99 ◦ blue 96

#606360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #606360

Tints of Cactus #606360

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 value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#606360 (or 0x606360) is known color: 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

RGB 96 99 96 -
CMYK 0.03 0 0.03 0.61
HSL 120º 0.02% 0.38% -
HSV(B) 120º 0.03% 0.39% -
XYZ 11.4 12.26 12.83 -
YUV 97.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 96 99 96 0.03 0 0.03 0.61 120 0.02 0.38
Hex 60 63 60 3 0 3 3D 78 2 26
Octal 140 143 140 3 0 3 75 170 2 46
Binary 1100000 1100011 1100000 11 0 11 111101 1111000 10 100110

Color Harmonies of #606360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606360

Black with #606360

Text Example


Text Example

White with #606360

Text Example


Text Example

HTML Codes & Css Web 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>