Html Css Color HEX #616863 Sirocco

📋 copy color: '#616863'

red 97 ◦ green 104 ◦ blue 99

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

Shades of Sirocco #616863

Tints of Sirocco #616863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 32.33%
G = 34.67%
B = 33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#616863 (or 0x616863) is known color: Sirocco. HEX triplet: 61, 68 and 63. RGB value is (97,104,99). Sum of RGB (Red+Green+Blue) = 97+104+99=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #616863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616863 is #9E979C. Grayscale: #656565. Windows color (decimal): -10393501 or 6514785. OLE color: 6514785.

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

Color convert

RGB 97 104 99 -
CMYK 0.07 0 0.05 0.59
HSL 137.14º 0.03% 0.39% -
HSV(B) 137.14º 0.07% 0.41% -
XYZ 12.13 13.34 13.74 -
YUV 101.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 97 104 99 0.07 0 0.05 0.59 137.14 0.03 0.39
Hex 61 68 63 7 0 5 3B 89 3 27
Octal 141 150 143 7 0 5 73 211 3 47
Binary 1100001 1101000 1100011 111 0 101 111011 10001001 11 100111

Color Harmonies of #616863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616863

Black with #616863

Text Example


Text Example

White with #616863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616863; }

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

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

background-color css

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

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

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

border-color css

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

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

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