#644731

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

Shades of Jambalaya #644731

Tints of Jambalaya #644731

Color information

#644731 (or 0x644731) is unknown color: approx Jambalaya. HEX triplet: 64, 47 and 31. RGB value is (100,71,49). Sum of RGB (Red+Green+Blue) = 100+71+49=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644731 is #9BB8CE. Grayscale: #4D4D4D. Windows color (decimal): -10205391 or 3229540. OLE color: 3229540.

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

Color convert

RGB1007149-
CMYK00.290.510.61
HSL25.88º34.23%29.22%-
HSV(B)25.88º51%39.22%-
XYZ8.067.443.92-
YUV77.16112.11144.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=45.45%
G=32.27%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100714900.290.510.6125.8834.2329.22
Hex64473101D333D1a221d
Octal144107610356375324235
Binary110010010001111100010111011100111111011101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644731; }

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

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

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

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

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

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

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

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