Html Css Color HEX #617064 Sirocco

📋 copy color: '#617064'

red 97 ◦ green 112 ◦ blue 100

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

Shades of Sirocco #617064

Tints of Sirocco #617064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 31.39%
G = 36.25%
B = 32.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#617064 (or 0x617064) is known color: Sirocco. HEX triplet: 61, 70 and 64. RGB value is (97,112,100). Sum of RGB (Red+Green+Blue) = 97+112+100=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #617064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617064 is #9E8F9B. Grayscale: #6A6A6A. Windows color (decimal): -10391452 or 6582369. OLE color: 6582369.

HSL color Cylindrical-coordinate representation of color #617064: hue angle of 132º 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 #617064 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 100 -
CMYK 0.13 0 0.11 0.56
HSL 132º 0.07% 0.41% -
HSV(B) 132º 0.13% 0.44% -
XYZ 13.02 15.05 14.28 -
YUV 106.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 97 112 100 0.13 0 0.11 0.56 132 0.07 0.41
Hex 61 70 64 D 0 B 38 84 7 29
Octal 141 160 144 15 0 13 70 204 7 51
Binary 1100001 1110000 1100100 1101 0 1011 111000 10000100 111 101001

Color Harmonies of #617064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617064

Black with #617064

Text Example


Text Example

White with #617064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617064; }

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

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

background-color css

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

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

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

border-color css

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

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

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