#644F23

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

Shades of Bronze Olive #644F23

Tints of Bronze Olive #644F23

Color information

#644F23 (or 0x644F23) is unknown color: approx Bronze Olive. HEX triplet: 64, 4F and 23. RGB value is (100,79,35). Sum of RGB (Red+Green+Blue) = 100+79+35=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F23 is #9BB0DC. Grayscale: #505050. Windows color (decimal): -10203357 or 2314084. OLE color: 2314084.

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

Color convert

RGB1007935-
CMYK00.210.650.61
HSL40.62º48.15%26.47%-
HSV(B)40.62º65%39.22%-
XYZ8.358.422.78-
YUV80.26102.46142.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=46.73%
G=36.92%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100793500.210.650.6140.6248.1526.47
Hex644F23015413D29301a
Octal1441174302510175516032
Binary11001001001111100011010101100000111110110100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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