#644F22

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

Shades of Bronze Olive #644F22

Tints of Bronze Olive #644F22

Color information

#644F22 (or 0x644F22) is unknown color: approx Bronze Olive. HEX triplet: 64, 4F and 22. RGB value is (100,79,34). Sum of RGB (Red+Green+Blue) = 100+79+34=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #644F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F22 is #9BB0DD. Grayscale: #505050. Windows color (decimal): -10203358 or 2248548. OLE color: 2248548.

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

Color convert

RGB1007934-
CMYK00.210.660.61
HSL40.91º49.25%26.27%-
HSV(B)40.91º66%39.22%-
XYZ8.348.422.7-
YUV80.15101.96142.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=46.95%
G=37.09%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100793400.210.660.6140.9149.2526.27
Hex644F22015423D29311a
Octal1441174202510275516132
Binary11001001001111100010010101100001011110110100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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