#644734

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

Shades of Jambalaya #644734

Tints of Jambalaya #644734

Color information

#644734 (or 0x644734) is unknown color: approx Jambalaya. HEX triplet: 64, 47 and 34. RGB value is (100,71,52). Sum of RGB (Red+Green+Blue) = 100+71+52=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644734 is #9BB8CB. Grayscale: #4D4D4D. Windows color (decimal): -10205388 or 3426148. OLE color: 3426148.

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

Color convert

RGB1007152-
CMYK00.290.480.61
HSL23.75º31.58%29.8%-
HSV(B)23.75º48%39.22%-
XYZ8.137.464.26-
YUV77.5113.61144.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=44.84%
G=31.84%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100715200.290.480.6123.7531.5829.8
Hex64473401D303D18201e
Octal144107640356075304036
Binary110010010001111101000111011100001111011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644734; }

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

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

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

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

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

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

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

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