Html Css Color HEX #616864 Sirocco

📋 copy color: '#616864'

red 97 ◦ green 104 ◦ blue 100

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

Shades of Sirocco #616864

Tints of Sirocco #616864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 32.23%
G = 34.55%
B = 33.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#616864 (or 0x616864) is known color: Sirocco. HEX triplet: 61, 68 and 64. RGB value is (97,104,100). Sum of RGB (Red+Green+Blue) = 97+104+100=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 104 - color contains mainly: green. Hex color #616864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616864 is #9E979B. Grayscale: #656565. Windows color (decimal): -10393500 or 6580321. OLE color: 6580321.

HSL color Cylindrical-coordinate representation of color #616864: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616864 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 100 -
CMYK 0.07 0 0.04 0.59
HSL 145.71º 0.03% 0.39% -
HSV(B) 145.71º 0.07% 0.41% -
XYZ 12.18 13.36 13.99 -
YUV 101.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 97 104 100 0.07 0 0.04 0.59 145.71 0.03 0.39
Hex 61 68 64 7 0 4 3B 92 3 27
Octal 141 150 144 7 0 4 73 222 3 47
Binary 1100001 1101000 1100100 111 0 100 111011 10010010 11 100111

Color Harmonies of #616864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616864

Black with #616864

Text Example


Text Example

White with #616864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616864; }

 p { color: rgb(97,104,100); }

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

background-color css

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

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

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

border-color css

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

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

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