#65501B

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

Shades of Bronze Olive #65501B

Tints of Bronze Olive #65501B

Color information

#65501B (or 0x65501B) is unknown color: approx Bronze Olive. HEX triplet: 65, 50 and 1B. RGB value is (101,80,27). Sum of RGB (Red+Green+Blue) = 101+80+27=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #65501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65501B is #9AAFE4. Grayscale: #505050. Windows color (decimal): -10137573 or 1790053. OLE color: 1790053.

HSL color Cylindrical-coordinate representation of color #65501B: hue angle of 42.97º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65501B is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1018027-
CMYK00.210.730.60
HSL42.97º57.81%25.1%-
HSV(B)42.97º73.27%39.61%-
XYZ8.438.582.25-
YUV80.2497.96142.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=48.56%
G=38.46%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101802700.210.730.6042.9757.8125.1
Hex65501B015493C2b3a19
Octal1451203302511174537231
Binary1100101101000011011010101100100111110010101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65501B; }

 p { color: rgb(101,80,27); }

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

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

 a { background-color: rgb(101,80,27); }

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

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

 span { border-color: rgb(101,80,27); }

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