#654E1B

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

Shades of Bronze Olive #654E1B

Tints of Bronze Olive #654E1B

Color information

#654E1B (or 0x654E1B) is unknown color: approx Bronze Olive. HEX triplet: 65, 4E and 1B. RGB value is (101,78,27). Sum of RGB (Red+Green+Blue) = 101+78+27=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #654E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E1B is #9AB1E4. Grayscale: #4F4F4F. Windows color (decimal): -10138085 or 1789541. OLE color: 1789541.

HSL color Cylindrical-coordinate representation of color #654E1B: hue angle of 41.35º 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 #654E1B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1017827-
CMYK00.230.730.60
HSL41.35º57.81%25.1%-
HSV(B)41.35º73.27%39.61%-
XYZ8.298.292.2-
YUV79.0698.62143.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=49.03%
G=37.86%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101782700.230.730.6041.3557.8125.1
Hex654E1B017493C293a19
Octal1451163302711174517231
Binary1100101100111011011010111100100111110010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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