#644949

Color #644949 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #644949

Tints of Congo Brown #644949

Color information

#644949 (or 0x644949) is unknown color: approx Congo Brown. HEX triplet: 64, 49 and 49. RGB value is (100,73,73). Sum of RGB (Red+Green+Blue) = 100+73+73=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #644949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644949 is #9BB6B6. Grayscale: #515151. Windows color (decimal): -10204855 or 4802916. OLE color: 4802916.

HSL color Cylindrical-coordinate representation of color #644949: hue angle of 0º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644949 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1007373-
CMYK00.270.270.61
HSL15.61%33.92%-
HSV(B)27%39.22%-
XYZ8.847.967.37-
YUV81.07123.45141.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=40.65%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100737300.270.270.61015.6133.92
Hex64494901B1B3D01022
Octal144111111033337502042
Binary11001001001001100100101101111011111101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644949; }

 p { color: rgb(100,73,73); }

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

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

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

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

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

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

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