#644F1F

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

Shades of Bronze Olive #644F1F

Tints of Bronze Olive #644F1F

Color information

#644F1F (or 0x644F1F) is unknown color: approx Bronze Olive. HEX triplet: 64, 4F and 1F. RGB value is (100,79,31). Sum of RGB (Red+Green+Blue) = 100+79+31=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F1F is #9BB0E0. Grayscale: #505050. Windows color (decimal): -10203361 or 2051940. OLE color: 2051940.

HSL color Cylindrical-coordinate representation of color #644F1F: hue angle of 41.74º 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 #644F1F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1007931-
CMYK00.210.690.61
HSL41.74º52.67%25.69%-
HSV(B)41.74º69%39.22%-
XYZ8.38.42.48-
YUV79.81100.46142.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=47.62%
G=37.62%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100793100.210.690.6141.7452.6725.69
Hex644F1F015453D2a351a
Octal1441173702510575526532
Binary1100100100111111111010101100010111110110101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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