#605125

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

Shades of Bronze Olive #605125

Tints of Bronze Olive #605125

Color information

#605125 (or 0x605125) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 25. RGB value is (96,81,37). Sum of RGB (Red+Green+Blue) = 96+81+37=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605125 is #9FAEDA. Grayscale: #505050. Windows color (decimal): -10464987 or 2445664. OLE color: 2445664.

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

Color convert

RGB968137-
CMYK00.160.610.62
HSL44.75º44.36%26.08%-
HSV(B)44.75º61.46%37.65%-
XYZ8.18.512.97-
YUV80.47103.47139.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=44.86%
G=37.85%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96813700.160.610.6244.7544.3626.08
Hex6051250103D3E2d2c1a
Octal140121450207576555432
Binary1100000101000110010101000011110111111010110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605125; }

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

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

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

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

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

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

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

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