#60796A

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

Shades of Sirocco #60796A

Tints of Sirocco #60796A

Color information

#60796A (or 0x60796A) is unknown color: approx Sirocco. HEX triplet: 60, 79 and 6A. RGB value is (96,121,106). Sum of RGB (Red+Green+Blue) = 96+121+106=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #60796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796A is #9F8695. Grayscale: #6F6F6F. Windows color (decimal): -10454678 or 6977888. OLE color: 6977888.

HSL color Cylindrical-coordinate representation of color #60796A: hue angle of 144º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796A is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB96121106-
CMYK0.2100.120.53
HSL144º11.52%42.55%-
HSV(B)144º20.66%47.45%-
XYZ14.2617.216.2-
YUV111.82124.72116.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=29.72%
G=37.46%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961211060.2100.120.5314411.5242.55
Hex60796A150C3590c2b
Octal14017115225014652201453
Binary1100000111100111010101010101100110101100100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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