#65541E

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

Shades of Bronze Olive #65541E

Tints of Bronze Olive #65541E

Color information

#65541E (or 0x65541E) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 1E. RGB value is (101,84,30). Sum of RGB (Red+Green+Blue) = 101+84+30=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65541E is #9AABE1. Grayscale: #535353. Windows color (decimal): -10136546 or 1987685. OLE color: 1987685.

HSL color Cylindrical-coordinate representation of color #65541E: hue angle of 45.63º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65541E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1018430-
CMYK00.170.700.60
HSL45.63º54.2%25.69%-
HSV(B)45.63º70.3%39.61%-
XYZ8.779.22.54-
YUV82.9398.13140.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=46.98%
G=39.07%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101843000.170.700.6045.6354.225.69
Hex65541E011463C2e361a
Octal1451243602110674566632
Binary1100101101010011110010001100011011110010111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65541E; }

 p { color: rgb(101,84,30); }

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

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

 a { background-color: rgb(101,84,30); }

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

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

 span { border-color: rgb(101,84,30); }

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