#644735

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

Shades of Jambalaya #644735

Tints of Jambalaya #644735

Color information

#644735 (or 0x644735) is unknown color: approx Jambalaya. HEX triplet: 64, 47 and 35. RGB value is (100,71,53). Sum of RGB (Red+Green+Blue) = 100+71+53=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #644735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644735 is #9BB8CA. Grayscale: #4D4D4D. Windows color (decimal): -10205387 or 3491684. OLE color: 3491684.

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

Color convert

RGB1007153-
CMYK00.290.470.61
HSL22.98º30.72%30%-
HSV(B)22.98º47%39.22%-
XYZ8.157.474.38-
YUV77.62114.11143.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=44.64%
G=31.70%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100715300.290.470.6122.9830.7230
Hex64473501D2F3D171f1e
Octal144107650355775273736
Binary11001001000111110101011101101111111101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644735; }

 p { color: rgb(100,71,53); }

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

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

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

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

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

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

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