#60826F

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

Shades of Sirocco #60826F

Tints of Sirocco #60826F

Color information

#60826F (or 0x60826F) is unknown color: approx Sirocco. HEX triplet: 60, 82 and 6F. RGB value is (96,130,111). Sum of RGB (Red+Green+Blue) = 96+130+111=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #60826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60826F is #9F7D90. Grayscale: #757575. Windows color (decimal): -10452369 or 7307872. OLE color: 7307872.

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

Color convert

RGB96130111-
CMYK0.2600.150.49
HSL146.47º15.04%44.31%-
HSV(B)146.47º26.15%50.98%-
XYZ15.6819.618-
YUV117.67124.24112.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=28.49%
G=38.58%
B=32.94%

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
Decimal961301110.2600.150.49146.4715.0444.31
Hex60826F1A0F3192f2c
Octal14020215732017612221754
Binary11000001000001011011111101001111110001100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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