#60826C

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

Shades of Sirocco #60826C

Tints of Sirocco #60826C

Color information

#60826C (or 0x60826C) is unknown color: approx Sirocco. HEX triplet: 60, 82 and 6C. RGB value is (96,130,108). Sum of RGB (Red+Green+Blue) = 96+130+108=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #60826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60826C is #9F7D93. Grayscale: #757575. Windows color (decimal): -10452372 or 7111264. OLE color: 7111264.

HSL color Cylindrical-coordinate representation of color #60826C: hue angle of 141.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 #60826C is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB96130108-
CMYK0.2600.170.49
HSL141.18º15.04%44.31%-
HSV(B)141.18º26.15%50.98%-
XYZ15.5119.5317.14-
YUV117.33122.74112.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=28.74%
G=38.92%
B=32.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301080.2600.170.49141.1815.0444.31
Hex60826C1A011318df2c
Octal14020215432021612151754
Binary110000010000010110110011010010001110001100011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,130,108); }

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

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

 a { background-color: rgb(96,130,108); }

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

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

 span { border-color: rgb(96,130,108); }

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