Html Css Color HEX #617364 Sirocco

📋 copy color: '#617364'

red 97 ◦ green 115 ◦ blue 100

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

Shades of Sirocco #617364

Tints of Sirocco #617364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 31.09%
G = 36.86%
B = 32.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#617364 (or 0x617364) is known color: Sirocco. HEX triplet: 61, 73 and 64. RGB value is (97,115,100). Sum of RGB (Red+Green+Blue) = 97+115+100=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #617364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617364 is #9E8C9B. Grayscale: #6B6B6B. Windows color (decimal): -10390684 or 6583137. OLE color: 6583137.

HSL color Cylindrical-coordinate representation of color #617364: hue angle of 130º degrees, saturation: 0.08, 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 #617364 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 100 -
CMYK 0.16 0 0.13 0.55
HSL 130º 0.08% 0.42% -
HSV(B) 130º 0.16% 0.45% -
XYZ 13.36 15.72 14.39 -
YUV 107.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 97 115 100 0.16 0 0.13 0.55 130 0.08 0.42
Hex 61 73 64 10 0 D 37 82 8 2A
Octal 141 163 144 20 0 15 67 202 10 52
Binary 1100001 1110011 1100100 10000 0 1101 110111 10000010 1000 101010

Color Harmonies of #617364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617364

Black with #617364

Text Example


Text Example

White with #617364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617364; }

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

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

background-color css

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

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

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

border-color css

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

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

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