#61816C

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

Shades of Sirocco #61816C

Tints of Sirocco #61816C

Color information

#61816C (or 0x61816C) is unknown color: approx Sirocco. HEX triplet: 61, 81 and 6C. RGB value is (97,129,108). Sum of RGB (Red+Green+Blue) = 97+129+108=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #61816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816C is #9E7E93. Grayscale: #757575. Windows color (decimal): -10387092 or 7111009. OLE color: 7111009.

HSL color Cylindrical-coordinate representation of color #61816C: hue angle of 140.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61816C is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB97129108-
CMYK0.2500.160.49
HSL140.62º14.16%44.31%-
HSV(B)140.62º24.81%50.59%-
XYZ15.4919.3217.1-
YUV117.04122.9113.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=29.04%
G=38.62%
B=32.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291080.2500.160.49140.6214.1644.31
Hex61816C19010318de2c
Octal14120115431020612151654
Binary110000110000001110110011001010000110001100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61816C; }

 p { color: rgb(97,129,108); }

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

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

 a { background-color: rgb(97,129,108); }

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

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

 span { border-color: rgb(97,129,108); }

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