#60551A

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

Shades of Bronze Olive #60551A

Tints of Bronze Olive #60551A

Color information

#60551A (or 0x60551A) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 1A. RGB value is (96,85,26). Sum of RGB (Red+Green+Blue) = 96+85+26=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551A is #9FAAE5. Grayscale: #515151. Windows color (decimal): -10463974 or 1725792. OLE color: 1725792.

HSL color Cylindrical-coordinate representation of color #60551A: hue angle of 50.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60551A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB968526-
CMYK00.110.730.62
HSL50.57º57.38%23.92%-
HSV(B)50.57º72.92%37.65%-
XYZ8.269.062.29-
YUV81.5696.64138.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=46.38%
G=41.06%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852600.110.730.6250.5757.3823.92
Hex60551A0B493E333918
Octal1401253201311176637130
Binary110000010101011101001011100100111111011001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,85,26); }

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

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

 a { background-color: rgb(96,85,26); }

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

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

 span { border-color: rgb(96,85,26); }

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