Html Css Color HEX #616F66 Sirocco

📋 copy color: '#616F66'

red 97 ◦ green 111 ◦ blue 102

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

Shades of Sirocco #616F66

Tints of Sirocco #616F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 31.29%
G = 35.81%
B = 32.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#616F66 (or 0x616F66) is known color: Sirocco. HEX triplet: 61, 6F and 66. RGB value is (97,111,102). Sum of RGB (Red+Green+Blue) = 97+111+102=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #616F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F66 is #9E9099. Grayscale: #696969. Windows color (decimal): -10391706 or 6713185. OLE color: 6713185.

HSL color Cylindrical-coordinate representation of color #616F66: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F66 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 102 -
CMYK 0.13 0 0.08 0.56
HSL 141.43º 0.07% 0.41% -
HSV(B) 141.43º 0.13% 0.44% -
XYZ 13.01 14.87 14.75 -
YUV 105.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 97 111 102 0.13 0 0.08 0.56 141.43 0.07 0.41
Hex 61 6F 66 D 0 8 38 8D 7 29
Octal 141 157 146 15 0 10 70 215 7 51
Binary 1100001 1101111 1100110 1101 0 1000 111000 10001101 111 101001

Color Harmonies of #616F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F66

Black with #616F66

Text Example


Text Example

White with #616F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F66; }

 p { color: rgb(97,111,102); }

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

background-color css

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

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

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

border-color css

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

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

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