#654E20

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

Shades of Bronze Olive #654E20

Tints of Bronze Olive #654E20

Color information

#654E20 (or 0x654E20) is unknown color: approx Bronze Olive. HEX triplet: 65, 4E and 20. RGB value is (101,78,32). Sum of RGB (Red+Green+Blue) = 101+78+32=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #654E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E20 is #9AB1DF. Grayscale: #4F4F4F. Windows color (decimal): -10138080 or 2117221. OLE color: 2117221.

HSL color Cylindrical-coordinate representation of color #654E20: hue angle of 40º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654E20 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1017832-
CMYK00.230.680.60
HSL40º51.88%26.08%-
HSV(B)40º68.32%39.61%-
XYZ8.358.322.53-
YUV79.63101.12143.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 78 (30.86% from 255) = 36.97%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=47.87%
G=36.97%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101783200.230.680.604051.8826.08
Hex654E20017443C28341a
Octal1451164002710474506432
Binary11001011001110100000010111100010011110010100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654E20; }

 p { color: rgb(101,78,32); }

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

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

 a { background-color: rgb(101,78,32); }

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

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

 span { border-color: rgb(101,78,32); }

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