#644333

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

Shades of Jambalaya #644333

Tints of Jambalaya #644333

Color information

#644333 (or 0x644333) is unknown color: approx Jambalaya. HEX triplet: 64, 43 and 33. RGB value is (100,67,51). Sum of RGB (Red+Green+Blue) = 100+67+51=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644333 is #9BBCCC. Grayscale: #4B4B4B. Windows color (decimal): -10206413 or 3359588. OLE color: 3359588.

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

Color convert

RGB1006751-
CMYK00.330.490.61
HSL19.59º32.45%29.61%-
HSV(B)19.59º49%39.22%-
XYZ7.866.964.06-
YUV75.04114.43145.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=45.87%
G=30.73%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100675100.330.490.6119.5932.4529.61
Hex644333021313D14201e
Octal144103630416175244036
Binary1100100100001111001101000011100011111011010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644333; }

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

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

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

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

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

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

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

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