Html Css Color HEX #617066 Sirocco

📋 copy color: '#617066'

red 97 ◦ green 112 ◦ blue 102

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

Shades of Sirocco #617066

Tints of Sirocco #617066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 31.19%
G = 36.01%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#617066 (or 0x617066) is known color: Sirocco. HEX triplet: 61, 70 and 66. RGB value is (97,112,102). Sum of RGB (Red+Green+Blue) = 97+112+102=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #617066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617066 is #9E8F99. Grayscale: #6A6A6A. Windows color (decimal): -10391450 or 6713441. OLE color: 6713441.

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

Color convert

RGB 97 112 102 -
CMYK 0.13 0 0.09 0.56
HSL 140º 0.07% 0.41% -
HSV(B) 140º 0.13% 0.44% -
XYZ 13.12 15.09 14.79 -
YUV 106.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 97 112 102 0.13 0 0.09 0.56 140 0.07 0.41
Hex 61 70 66 D 0 9 38 8C 7 29
Octal 141 160 146 15 0 11 70 214 7 51
Binary 1100001 1110000 1100110 1101 0 1001 111000 10001100 111 101001

Color Harmonies of #617066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617066

Black with #617066

Text Example


Text Example

White with #617066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617066; }

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

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

background-color css

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

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

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

border-color css

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

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

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