#605025

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

Shades of Bronze Olive #605025

Tints of Bronze Olive #605025

Color information

#605025 (or 0x605025) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 25. RGB value is (96,80,37). Sum of RGB (Red+Green+Blue) = 96+80+37=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #605025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605025 is #9FAFDA. Grayscale: #505050. Windows color (decimal): -10465243 or 2445408. OLE color: 2445408.

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

Color convert

RGB968037-
CMYK00.170.610.62
HSL43.73º44.36%26.08%-
HSV(B)43.73º61.46%37.65%-
XYZ8.038.362.94-
YUV79.88103.8139.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=45.07%
G=37.56%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96803700.170.610.6243.7344.3626.08
Hex6050250113D3E2c2c1a
Octal140120450217576545432
Binary1100000101000010010101000111110111111010110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605025; }

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

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

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

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

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

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

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

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