#61816A

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

Shades of Sirocco #61816A

Tints of Sirocco #61816A

Color information

#61816A (or 0x61816A) is unknown color: approx Sirocco. HEX triplet: 61, 81 and 6A. RGB value is (97,129,106). Sum of RGB (Red+Green+Blue) = 97+129+106=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #61816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816A is #9E7E95. Grayscale: #747474. Windows color (decimal): -10387094 or 6979937. OLE color: 6979937.

HSL color Cylindrical-coordinate representation of color #61816A: hue angle of 136.88º 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 #61816A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB97129106-
CMYK0.2500.180.49
HSL136.88º14.16%44.31%-
HSV(B)136.88º24.81%50.59%-
XYZ15.3819.2816.55-
YUV116.81121.9113.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=29.22%
G=38.86%
B=31.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971291060.2500.180.49136.8814.1644.31
Hex61816A190123189e2c
Octal14120115231022612111654
Binary110000110000001110101011001010010110001100010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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