Html Css Color HEX #616360 Cactus

📋 copy color: '#616360'

red 97 ◦ green 99 ◦ blue 96

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

Shades of Cactus #616360

Tints of Cactus #616360

RGB

 RED value IS 97 (38.28% from 255) = 33.22%

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 33.22%
G = 33.9%
B = 32.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#616360 (or 0x616360) is known color: Cactus. HEX triplet: 61, 63 and 60. RGB value is (97,99,96). Sum of RGB (Red+Green+Blue) = 97+99+96=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 99 - color contains mainly: green. Hex color #616360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616360 is #9E9C9F. Grayscale: #626262. Windows color (decimal): -10394784 or 6316897. OLE color: 6316897.

HSL color Cylindrical-coordinate representation of color #616360: hue angle of 100º 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 #616360 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 96 -
CMYK 0.02 0 0.03 0.61
HSL 100º 0.02% 0.38% -
HSV(B) 100º 0.03% 0.39% -
XYZ 11.5 12.31 12.84 -
YUV 98.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 97 99 96 0.02 0 0.03 0.61 100 0.02 0.38
Hex 61 63 60 2 0 3 3D 64 2 26
Octal 141 143 140 2 0 3 75 144 2 46
Binary 1100001 1100011 1100000 10 0 11 111101 1100100 10 100110

Color Harmonies of #616360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616360

Black with #616360

Text Example


Text Example

White with #616360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616360; }

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

 H1.HeaderClassName
 {
   color: #616360;
 }
 .AnyTagClassName
 {
   color: #616360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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