#644835

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

Shades of Jambalaya #644835

Tints of Jambalaya #644835

Color information

#644835 (or 0x644835) is unknown color: approx Jambalaya. HEX triplet: 64, 48 and 35. RGB value is (100,72,53). Sum of RGB (Red+Green+Blue) = 100+72+53=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644835 is #9BB7CA. Grayscale: #4E4E4E. Windows color (decimal): -10205131 or 3491940. OLE color: 3491940.

HSL color Cylindrical-coordinate representation of color #644835: hue angle of 24.26º 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 #644835 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1007253-
CMYK00.280.470.61
HSL24.26º30.72%30%-
HSV(B)24.26º47%39.22%-
XYZ8.227.64.4-
YUV78.21113.78143.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=44.44%
G=32%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100725300.280.470.6124.2630.7230
Hex64483501C2F3D181f1e
Octal144110650345775303736
Binary11001001001000110101011100101111111101110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644835; }

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

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

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

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

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

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

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

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