Html Css Color HEX #617264 Sirocco

📋 copy color: '#617264'

red 97 ◦ green 114 ◦ blue 100

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

Shades of Sirocco #617264

Tints of Sirocco #617264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 31.19%
G = 36.66%
B = 32.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#617264 (or 0x617264) is known color: Sirocco. HEX triplet: 61, 72 and 64. RGB value is (97,114,100). Sum of RGB (Red+Green+Blue) = 97+114+100=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #617264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617264 is #9E8D9B. Grayscale: #6B6B6B. Windows color (decimal): -10390940 or 6582881. OLE color: 6582881.

HSL color Cylindrical-coordinate representation of color #617264: hue angle of 130.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #617264 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 100 -
CMYK 0.15 0 0.12 0.55
HSL 130.59º 0.08% 0.41% -
HSV(B) 130.59º 0.15% 0.45% -
XYZ 13.25 15.5 14.35 -
YUV 107.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 97 114 100 0.15 0 0.12 0.55 130.59 0.08 0.41
Hex 61 72 64 F 0 C 37 83 8 29
Octal 141 162 144 17 0 14 67 203 10 51
Binary 1100001 1110010 1100100 1111 0 1100 110111 10000011 1000 101001

Color Harmonies of #617264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617264

Black with #617264

Text Example


Text Example

White with #617264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617264; }

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

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

background-color css

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

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

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

border-color css

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

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

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