#644B43

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

Shades of Congo Brown #644B43

Tints of Congo Brown #644B43

Color information

#644B43 (or 0x644B43) is unknown color: approx Congo Brown. HEX triplet: 64, 4B and 43. RGB value is (100,75,67). Sum of RGB (Red+Green+Blue) = 100+75+67=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #644B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B43 is #9BB4BC. Grayscale: #515151. Windows color (decimal): -10204349 or 4410212. OLE color: 4410212.

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

Color convert

RGB1007567-
CMYK00.250.330.61
HSL14.55º19.76%32.75%-
HSV(B)14.55º33%39.22%-
XYZ8.788.156.42-
YUV81.56119.78141.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=41.32%
G=30.99%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100756700.250.330.6114.5519.7632.75
Hex644B43019213Df1421
Octal1441131030314175172441
Binary110010010010111000011011001100001111101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,75,67); }

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

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

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

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

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

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

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