#60846B

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

Shades of Sirocco #60846B

Tints of Sirocco #60846B

Color information

#60846B (or 0x60846B) is unknown color: approx Sirocco. HEX triplet: 60, 84 and 6B. RGB value is (96,132,107). Sum of RGB (Red+Green+Blue) = 96+132+107=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #60846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60846B is #9F7B94. Grayscale: #767676. Windows color (decimal): -10451861 or 7046240. OLE color: 7046240.

HSL color Cylindrical-coordinate representation of color #60846B: hue angle of 138.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60846B is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB96132107-
CMYK0.2700.190.48
HSL138.33º15.79%44.71%-
HSV(B)138.33º27.27%51.76%-
XYZ15.7320.0516.95-
YUV118.39121.57112.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=28.66%
G=39.40%
B=31.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321070.2700.190.48138.3315.7944.71
Hex60846B1B013308a102d
Octal14020415333023602122055
Binary1100000100001001101011110110100111100001000101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60846B; }

 p { color: rgb(96,132,107); }

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

<style>
 a { background-color: #60846B; }

 a { background-color: rgb(96,132,107); }

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

<style>
 span { border-color: #60846B; }

 span { border-color: rgb(96,132,107); }

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