#605514

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

Shades of Bronze Olive #605514

Tints of Bronze Olive #605514

Color information

#605514 (or 0x605514) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 14. RGB value is (96,85,20). Sum of RGB (Red+Green+Blue) = 96+85+20=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605514 is #9FAAEB. Grayscale: #515151. Windows color (decimal): -10463980 or 1332576. OLE color: 1332576.

HSL color Cylindrical-coordinate representation of color #605514: hue angle of 51.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #605514 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB968520-
CMYK00.110.790.62
HSL51.32º65.52%22.75%-
HSV(B)51.32º79.17%37.65%-
XYZ8.29.031.97-
YUV80.8893.64138.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=47.76%
G=42.29%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852000.110.790.6251.3265.5222.75
Hex6055140B4F3E334217
Octal14012524013117766310227
Binary1100000101010110100010111001111111110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605514; }

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

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

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

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

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

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

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

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