#605113

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

Shades of Bronze Olive #605113

Tints of Bronze Olive #605113

Color information

#605113 (or 0x605113) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 13. RGB value is (96,81,19). Sum of RGB (Red+Green+Blue) = 96+81+19=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605113 is #9FAEEC. Grayscale: #4E4E4E. Windows color (decimal): -10465005 or 1266016. OLE color: 1266016.

HSL color Cylindrical-coordinate representation of color #605113: hue angle of 48.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605113 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB968119-
CMYK00.160.800.62
HSL48.31º66.96%22.55%-
HSV(B)48.31º80.21%37.65%-
XYZ7.888.421.83-
YUV78.4294.47140.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=48.98%
G=41.33%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96811900.160.800.6248.3166.9622.55
Hex605113010503E304317
Octal14012123020120766010327
Binary11000001010001100110100001010000111110110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605113; }

 p { color: rgb(96,81,19); }

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

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

 a { background-color: rgb(96,81,19); }

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

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

 span { border-color: rgb(96,81,19); }

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