#65511A

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

Shades of Bronze Olive #65511A

Tints of Bronze Olive #65511A

Color information

#65511A (or 0x65511A) is unknown color: approx Bronze Olive. HEX triplet: 65, 51 and 1A. RGB value is (101,81,26). Sum of RGB (Red+Green+Blue) = 101+81+26=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #65511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65511A is #9AAEE5. Grayscale: #505050. Windows color (decimal): -10137318 or 1724773. OLE color: 1724773.

HSL color Cylindrical-coordinate representation of color #65511A: hue angle of 44º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65511A is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1018126-
CMYK00.200.740.60
HSL44º59.06%24.9%-
HSV(B)44º74.26%39.61%-
XYZ8.58.732.21-
YUV80.7197.13142.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=48.56%
G=38.94%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101812600.200.740.604459.0624.9
Hex65511A0144A3C2c3b19
Octal1451213202411274547331
Binary1100101101000111010010100100101011110010110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65511A; }

 p { color: rgb(101,81,26); }

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

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

 a { background-color: rgb(101,81,26); }

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

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

 span { border-color: rgb(101,81,26); }

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