Html Css Color HEX #616B65 Sirocco

📋 copy color: '#616B65'

red 97 ◦ green 107 ◦ blue 101

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

Shades of Sirocco #616B65

Tints of Sirocco #616B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 31.8%
G = 35.08%
B = 33.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#616B65 (or 0x616B65) is known color: Sirocco. HEX triplet: 61, 6B and 65. RGB value is (97,107,101). Sum of RGB (Red+Green+Blue) = 97+107+101=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #616B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B65 is #9E949A. Grayscale: #676767. Windows color (decimal): -10392731 or 6646625. OLE color: 6646625.

HSL color Cylindrical-coordinate representation of color #616B65: hue angle of 144º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616B65 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 107 101 -
CMYK 0.09 0 0.06 0.58
HSL 144º 0.05% 0.4% -
HSV(B) 144º 0.09% 0.42% -
XYZ 12.54 14 14.35 -
YUV 103.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 97 107 101 0.09 0 0.06 0.58 144 0.05 0.4
Hex 61 6B 65 9 0 6 3A 90 5 28
Octal 141 153 145 11 0 6 72 220 5 50
Binary 1100001 1101011 1100101 1001 0 110 111010 10010000 101 101000

Color Harmonies of #616B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B65

Black with #616B65

Text Example


Text Example

White with #616B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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