#644633

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

Shades of Jambalaya #644633

Tints of Jambalaya #644633

Color information

#644633 (or 0x644633) is unknown color: approx Jambalaya. HEX triplet: 64, 46 and 33. RGB value is (100,70,51). Sum of RGB (Red+Green+Blue) = 100+70+51=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644633 is #9BB9CC. Grayscale: #4C4C4C. Windows color (decimal): -10205645 or 3360356. OLE color: 3360356.

HSL color Cylindrical-coordinate representation of color #644633: hue angle of 23.27º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644633 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB1007051-
CMYK00.300.490.61
HSL23.27º32.45%29.61%-
HSV(B)23.27º49%39.22%-
XYZ8.047.334.12-
YUV76.8113.44144.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=45.25%
G=31.67%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100705100.300.490.6123.2732.4529.61
Hex64463301E313D17201e
Octal144106630366175274036
Binary110010010001101100110111101100011111011011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644633; }

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

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

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

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

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

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

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

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