Html Css Color HEX #617464 Sirocco

📋 copy color: '#617464'

red 97 ◦ green 116 ◦ blue 100

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

Shades of Sirocco #617464

Tints of Sirocco #617464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 30.99%
G = 37.06%
B = 31.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#617464 (or 0x617464) is known color: Sirocco. HEX triplet: 61, 74 and 64. RGB value is (97,116,100). Sum of RGB (Red+Green+Blue) = 97+116+100=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #617464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617464 is #9E8B9B. Grayscale: #6C6C6C. Windows color (decimal): -10390428 or 6583393. OLE color: 6583393.

HSL color Cylindrical-coordinate representation of color #617464: hue angle of 129.47º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #617464 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 100 -
CMYK 0.16 0 0.14 0.55
HSL 129.47º 0.09% 0.42% -
HSV(B) 129.47º 0.16% 0.45% -
XYZ 13.48 15.95 14.43 -
YUV 108.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 97 116 100 0.16 0 0.14 0.55 129.47 0.09 0.42
Hex 61 74 64 10 0 E 37 81 9 2A
Octal 141 164 144 20 0 16 67 201 11 52
Binary 1100001 1110100 1100100 10000 0 1110 110111 10000001 1001 101010

Color Harmonies of #617464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617464

Black with #617464

Text Example


Text Example

White with #617464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617464; }

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

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

background-color css

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

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

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

border-color css

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

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

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