#644F1C

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

Shades of Bronze Olive #644F1C

Tints of Bronze Olive #644F1C

Color information

#644F1C (or 0x644F1C) is unknown color: approx Bronze Olive. HEX triplet: 64, 4F and 1C. RGB value is (100,79,28). Sum of RGB (Red+Green+Blue) = 100+79+28=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #644F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F1C is #9BB0E3. Grayscale: #4F4F4F. Windows color (decimal): -10203364 or 1855332. OLE color: 1855332.

HSL color Cylindrical-coordinate representation of color #644F1C: hue angle of 42.5º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #644F1C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1007928-
CMYK00.210.720.61
HSL42.5º56.25%25.1%-
HSV(B)42.5º72%39.22%-
XYZ8.268.392.28-
YUV79.4698.96142.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=48.31%
G=38.16%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100792800.210.720.6142.556.2525.1
Hex644F1C015483D2a3819
Octal1441173402511075527031
Binary1100100100111111100010101100100011110110101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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