#644635

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

Shades of Jambalaya #644635

Tints of Jambalaya #644635

Color information

#644635 (or 0x644635) is unknown color: approx Jambalaya. HEX triplet: 64, 46 and 35. RGB value is (100,70,53). Sum of RGB (Red+Green+Blue) = 100+70+53=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644635 is #9BB9CA. Grayscale: #4D4D4D. Windows color (decimal): -10205643 or 3491428. OLE color: 3491428.

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

Color convert

RGB1007053-
CMYK00.300.470.61
HSL21.7º30.72%30%-
HSV(B)21.7º47%39.22%-
XYZ8.097.354.36-
YUV77.03114.44144.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=44.84%
G=31.39%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100705300.300.470.6121.730.7230
Hex64463501E2F3D161f1e
Octal144106650365775263736
Binary11001001000110110101011110101111111101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644635; }

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

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

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

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

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

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

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

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