#61806D

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

Shades of Sirocco #61806D

Tints of Sirocco #61806D

Color information

#61806D (or 0x61806D) is unknown color: approx Sirocco. HEX triplet: 61, 80 and 6D. RGB value is (97,128,109). Sum of RGB (Red+Green+Blue) = 97+128+109=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #61806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61806D is #9E7F92. Grayscale: #747474. Windows color (decimal): -10387347 or 7176289. OLE color: 7176289.

HSL color Cylindrical-coordinate representation of color #61806D: hue angle of 143.23º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61806D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB97128109-
CMYK0.2400.150.50
HSL143.23º13.78%44.12%-
HSV(B)143.23º24.22%50.2%-
XYZ15.4119.0817.34-
YUV116.56123.73114.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=29.04%
G=38.32%
B=32.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281090.2400.150.50143.2313.7844.12
Hex61806D180F328fe2c
Octal14120015530017622171654
Binary11000011000000011011011100001111110010100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61806D; }

 p { color: rgb(97,128,109); }

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

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

 a { background-color: rgb(97,128,109); }

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

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

 span { border-color: rgb(97,128,109); }

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