#60816A

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

Shades of Sirocco #60816A

Tints of Sirocco #60816A

Color information

#60816A (or 0x60816A) is unknown color: approx Sirocco. HEX triplet: 60, 81 and 6A. RGB value is (96,129,106). Sum of RGB (Red+Green+Blue) = 96+129+106=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #60816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816A is #9F7E95. Grayscale: #747474. Windows color (decimal): -10452630 or 6979936. OLE color: 6979936.

HSL color Cylindrical-coordinate representation of color #60816A: hue angle of 138.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60816A is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB96129106-
CMYK0.2600.180.49
HSL138.18º14.67%44.12%-
HSV(B)138.18º25.58%50.59%-
XYZ15.2819.2316.54-
YUV116.51122.07113.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=29.00%
G=38.97%
B=32.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291060.2600.180.49138.1814.6744.12
Hex60816A1A012318af2c
Octal14020115232022612121754
Binary110000010000001110101011010010010110001100010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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