#605310

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

Shades of Bronze Olive #605310

Tints of Bronze Olive #605310

Color information

#605310 (or 0x605310) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 10. RGB value is (96,83,16). Sum of RGB (Red+Green+Blue) = 96+83+16=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605310 is #9FACEF. Grayscale: #4F4F4F. Windows color (decimal): -10464496 or 1069920. OLE color: 1069920.

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

Color convert

RGB968316-
CMYK00.140.830.62
HSL50.25º71.43%21.96%-
HSV(B)50.25º83.33%37.65%-
XYZ8.018.711.75-
YUV79.2592.31139.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=49.23%
G=42.56%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96831600.140.830.6250.2571.4321.96
Hex6053100E533E324716
Octal14012320016123766210726
Binary1100000101001110000011101010011111110110010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605310; }

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

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

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

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

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

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

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

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