#60836D

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

Shades of Sirocco #60836D

Tints of Sirocco #60836D

Color information

#60836D (or 0x60836D) is unknown color: approx Sirocco. HEX triplet: 60, 83 and 6D. RGB value is (96,131,109). Sum of RGB (Red+Green+Blue) = 96+131+109=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #60836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60836D is #9F7C92. Grayscale: #767676. Windows color (decimal): -10452115 or 7177056. OLE color: 7177056.

HSL color Cylindrical-coordinate representation of color #60836D: hue angle of 142.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60836D is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB96131109-
CMYK0.2700.170.49
HSL142.29º15.42%44.51%-
HSV(B)142.29º26.72%51.37%-
XYZ15.719.8217.47-
YUV118.03122.9112.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=28.57%
G=38.99%
B=32.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311090.2700.170.49142.2915.4244.51
Hex60836D1B011318ef2d
Octal14020315533021612161755
Binary110000010000011110110111011010001110001100011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60836D; }

 p { color: rgb(96,131,109); }

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

<style>
 a { background-color: #60836D; }

 a { background-color: rgb(96,131,109); }

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

<style>
 span { border-color: #60836D; }

 span { border-color: rgb(96,131,109); }

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