#605410

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

Shades of Bronze Olive #605410

Tints of Bronze Olive #605410

Color information

#605410 (or 0x605410) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 10. RGB value is (96,84,16). Sum of RGB (Red+Green+Blue) = 96+84+16=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605410 is #9FABEF. Grayscale: #505050. Windows color (decimal): -10464240 or 1070176. OLE color: 1070176.

HSL color Cylindrical-coordinate representation of color #605410: hue angle of 51º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #605410 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB968416-
CMYK00.120.830.62
HSL51º71.43%21.96%-
HSV(B)51º83.33%37.65%-
XYZ8.098.861.78-
YUV79.8491.98139.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=48.98%
G=42.86%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96841600.120.830.625171.4321.96
Hex6054100C533E334716
Octal14012420014123766310726
Binary1100000101010010000011001010011111110110011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605410; }

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

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

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

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

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

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

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

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