Html Css Color HEX #616261 Cactus

📋 copy color: '#616261'

red 97 ◦ green 98 ◦ blue 97

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

Shades of Cactus #616261

Tints of Cactus #616261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

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

R = 33.22%
G = 33.56%
B = 33.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#616261 (or 0x616261) is known color: Cactus. HEX triplet: 61, 62 and 61. RGB value is (97,98,97). Sum of RGB (Red+Green+Blue) = 97+98+97=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 98 - color contains mainly: green. Hex color #616261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616261 is #9E9D9E. Grayscale: #616161. Windows color (decimal): -10395039 or 6382177. OLE color: 6382177.

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

Color convert

RGB 97 98 97 -
CMYK 0.01 0 0.01 0.62
HSL 120º 0.01% 0.38% -
HSV(B) 120º 0.01% 0.38% -
XYZ 11.46 12.14 13.05 -
YUV 97.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 97 98 97 0.01 0 0.01 0.62 120 0.01 0.38
Hex 61 62 61 1 0 1 3E 78 1 26
Octal 141 142 141 1 0 1 76 170 1 46
Binary 1100001 1100010 1100001 1 0 1 111110 1111000 1 100110

Color Harmonies of #616261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616261

Black with #616261

Text Example


Text Example

White with #616261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616261; }

 p { color: rgb(97,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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