#605414

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

Shades of Bronze Olive #605414

Tints of Bronze Olive #605414

Color information

#605414 (or 0x605414) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 14. RGB value is (96,84,20). Sum of RGB (Red+Green+Blue) = 96+84+20=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605414 is #9FABEB. Grayscale: #505050. Windows color (decimal): -10464236 or 1332320. OLE color: 1332320.

HSL color Cylindrical-coordinate representation of color #605414: hue angle of 50.53º 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 #605414 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB968420-
CMYK00.120.790.62
HSL50.53º65.52%22.75%-
HSV(B)50.53º79.17%37.65%-
XYZ8.128.881.95-
YUV80.2993.98139.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 20 (8.20% from 255) = 10%
R=48%
G=42%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96842000.120.790.6250.5365.5222.75
Hex6054140C4F3E334217
Octal14012424014117766310227
Binary1100000101010010100011001001111111110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605414; }

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

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

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

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

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

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

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

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