#644F1B

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

Shades of Bronze Olive #644F1B

Tints of Bronze Olive #644F1B

Color information

#644F1B (or 0x644F1B) is unknown color: approx Bronze Olive. HEX triplet: 64, 4F and 1B. RGB value is (100,79,27). Sum of RGB (Red+Green+Blue) = 100+79+27=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #644F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F1B is #9BB0E4. Grayscale: #4F4F4F. Windows color (decimal): -10203365 or 1789796. OLE color: 1789796.

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

Color convert

RGB1007927-
CMYK00.210.730.61
HSL42.74º57.48%24.9%-
HSV(B)42.74º73%39.22%-
XYZ8.258.382.22-
YUV79.3598.46142.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=48.54%
G=38.35%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100792700.210.730.6142.7457.4824.9
Hex644F1B015493D2b3919
Octal1441173302511175537131
Binary1100100100111111011010101100100111110110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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