Html Css Color HEX #616865 Sirocco

📋 copy color: '#616865'

red 97 ◦ green 104 ◦ blue 101

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

Shades of Sirocco #616865

Tints of Sirocco #616865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 32.12%
G = 34.44%
B = 33.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#616865 (or 0x616865) is known color: Sirocco. HEX triplet: 61, 68 and 65. RGB value is (97,104,101). Sum of RGB (Red+Green+Blue) = 97+104+101=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 104 - color contains mainly: green. Hex color #616865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616865 is #9E979A. Grayscale: #656565. Windows color (decimal): -10393499 or 6645857. OLE color: 6645857.

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

Color convert

RGB 97 104 101 -
CMYK 0.07 0 0.03 0.59
HSL 154.29º 0.03% 0.39% -
HSV(B) 154.29º 0.07% 0.41% -
XYZ 12.23 13.38 14.25 -
YUV 101.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 97 104 101 0.07 0 0.03 0.59 154.29 0.03 0.39
Hex 61 68 65 7 0 3 3B 9A 3 27
Octal 141 150 145 7 0 3 73 232 3 47
Binary 1100001 1101000 1100101 111 0 11 111011 10011010 11 100111

Color Harmonies of #616865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616865

Black with #616865

Text Example


Text Example

White with #616865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616865; }

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

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

background-color css

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

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

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

border-color css

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

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

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