#644C1B

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

Shades of Bronze Olive #644C1B

Tints of Bronze Olive #644C1B

Color information

#644C1B (or 0x644C1B) is unknown color: approx Bronze Olive. HEX triplet: 64, 4C and 1B. RGB value is (100,76,27). Sum of RGB (Red+Green+Blue) = 100+76+27=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #644C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C1B is #9BB3E4. Grayscale: #4D4D4D. Windows color (decimal): -10204133 or 1789028. OLE color: 1789028.

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

Color convert

RGB1007627-
CMYK00.240.730.61
HSL40.27º57.48%24.9%-
HSV(B)40.27º73%39.22%-
XYZ8.047.962.15-
YUV77.5999.45143.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=49.26%
G=37.44%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100762700.240.730.6140.2757.4824.9
Hex644C1B018493D283919
Octal1441143303011175507131
Binary1100100100110011011011000100100111110110100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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