#605123

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

Shades of Bronze Olive #605123

Tints of Bronze Olive #605123

Color information

#605123 (or 0x605123) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 23. RGB value is (96,81,35). Sum of RGB (Red+Green+Blue) = 96+81+35=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #605123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605123 is #9FAEDC. Grayscale: #505050. Windows color (decimal): -10464989 or 2314592. OLE color: 2314592.

HSL color Cylindrical-coordinate representation of color #605123: hue angle of 45.25º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605123 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB968135-
CMYK00.160.640.62
HSL45.25º46.56%25.69%-
HSV(B)45.25º63.54%37.65%-
XYZ8.078.492.8-
YUV80.24102.47139.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=45.28%
G=38.21%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96813500.160.640.6245.2546.5625.69
Hex605123010403E2d2f1a
Octal1401214302010076555732
Binary11000001010001100011010000100000011111010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605123; }

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

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

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

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

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

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

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

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