#644831

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

Shades of Jambalaya #644831

Tints of Jambalaya #644831

Color information

#644831 (or 0x644831) is unknown color: approx Jambalaya. HEX triplet: 64, 48 and 31. RGB value is (100,72,49). Sum of RGB (Red+Green+Blue) = 100+72+49=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644831 is #9BB7CE. Grayscale: #4D4D4D. Windows color (decimal): -10205135 or 3229796. OLE color: 3229796.

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

Color convert

RGB1007249-
CMYK00.280.510.61
HSL27.06º34.23%29.22%-
HSV(B)27.06º51%39.22%-
XYZ8.137.573.94-
YUV77.75111.78143.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=45.25%
G=32.58%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100724900.280.510.6127.0634.2329.22
Hex64483101C333D1b221d
Octal144110610346375334235
Binary110010010010001100010111001100111111011101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644831; }

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

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

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

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

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

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

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

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