#644432

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

Shades of Jambalaya #644432

Tints of Jambalaya #644432

Color information

#644432 (or 0x644432) is unknown color: approx Jambalaya. HEX triplet: 64, 44 and 32. RGB value is (100,68,50). Sum of RGB (Red+Green+Blue) = 100+68+50=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644432 is #9BBBCD. Grayscale: #4B4B4B. Windows color (decimal): -10206158 or 3294308. OLE color: 3294308.

HSL color Cylindrical-coordinate representation of color #644432: hue angle of 21.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644432 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1006850-
CMYK00.320.500.61
HSL21.6º33.33%29.41%-
HSV(B)21.6º50%39.22%-
XYZ7.97.073.97-
YUV75.52113.6145.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=45.87%
G=31.19%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100685000.320.500.6121.633.3329.41
Hex644432020323D16211d
Octal144104620406275264135
Binary1100100100010011001001000001100101111011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644432; }

 p { color: rgb(100,68,50); }

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

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

 a { background-color: rgb(100,68,50); }

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

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

 span { border-color: rgb(100,68,50); }

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