#644E1F

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

Shades of Bronze Olive #644E1F

Tints of Bronze Olive #644E1F

Color information

#644E1F (or 0x644E1F) is unknown color: approx Bronze Olive. HEX triplet: 64, 4E and 1F. RGB value is (100,78,31). Sum of RGB (Red+Green+Blue) = 100+78+31=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #644E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E1F is #9BB1E0. Grayscale: #4F4F4F. Windows color (decimal): -10203617 or 2051684. OLE color: 2051684.

HSL color Cylindrical-coordinate representation of color #644E1F: hue angle of 40.87º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644E1F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1007831-
CMYK00.220.690.61
HSL40.87º52.67%25.69%-
HSV(B)40.87º69%39.22%-
XYZ8.238.262.46-
YUV79.22100.79142.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=47.85%
G=37.32%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100783100.220.690.6140.8752.6725.69
Hex644E1F016453D29351a
Octal1441163702610575516532
Binary1100100100111011111010110100010111110110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644E1F; }

 p { color: rgb(100,78,31); }

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

<style>
 a { background-color: #644E1F; }

 a { background-color: rgb(100,78,31); }

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

<style>
 span { border-color: #644E1F; }

 span { border-color: rgb(100,78,31); }

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