#61776B

Color #61776B Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #61776B

Tints of Sirocco #61776B

Color information

#61776B (or 0x61776B) is unknown color: approx Sirocco. HEX triplet: 61, 77 and 6B. RGB value is (97,119,107). Sum of RGB (Red+Green+Blue) = 97+119+107=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #61776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776B is #9E8894. Grayscale: #6F6F6F. Windows color (decimal): -10389653 or 7042913. OLE color: 7042913.

HSL color Cylindrical-coordinate representation of color #61776B: hue angle of 147.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61776B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB97119107-
CMYK0.1800.100.53
HSL147.27º10.19%42.35%-
HSV(B)147.27º18.49%46.67%-
XYZ14.1816.816.4-
YUV111.05125.71117.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=30.03%
G=36.84%
B=33.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191070.1800.100.53147.2710.1942.35
Hex61776B120A3593a2a
Octal14116715322012652231252
Binary1100001111011111010111001001010110101100100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61776B; }

 p { color: rgb(97,119,107); }

 H1.HeaderClassName
 {
   color: #61776B;
 }
 .AnyTagClassName
 {
   color: #61776B;
 }
</style>
background-color css

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

 a { background-color: rgb(97,119,107); }

 div.DivClassName
 {
   background-color: #61776B;
 }
 .BgClassName
 {
   background-color: #61776B;
 }
</style>
border-color css

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

 span { border-color: rgb(97,119,107); }

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