#60826E

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

Shades of Sirocco #60826E

Tints of Sirocco #60826E

Color information

#60826E (or 0x60826E) is unknown color: approx Sirocco. HEX triplet: 60, 82 and 6E. RGB value is (96,130,110). Sum of RGB (Red+Green+Blue) = 96+130+110=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #60826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60826E is #9F7D91. Grayscale: #757575. Windows color (decimal): -10452370 or 7242336. OLE color: 7242336.

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

Color convert

RGB96130110-
CMYK0.2600.150.49
HSL144.71º15.04%44.31%-
HSV(B)144.71º26.15%50.98%-
XYZ15.6219.5817.71-
YUV117.55123.74112.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=28.57%
G=38.69%
B=32.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301100.2600.150.49144.7115.0444.31
Hex60826E1A0F3191f2c
Octal14020215632017612211754
Binary11000001000001011011101101001111110001100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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