#664332

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

Shades of Jambalaya #664332

Tints of Jambalaya #664332

Color information

#664332 (or 0x664332) is unknown color: approx Jambalaya. HEX triplet: 66, 43 and 32. RGB value is (102,67,50). Sum of RGB (Red+Green+Blue) = 102+67+50=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #664332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664332 is #99BCCD. Grayscale: #4B4B4B. Windows color (decimal): -10075342 or 3294054. OLE color: 3294054.

HSL color Cylindrical-coordinate representation of color #664332: hue angle of 19.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664332 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1026750-
CMYK00.340.510.6
HSL19.62º34.21%29.8%-
HSV(B)19.62º50.98%40%-
XYZ8.067.073.96-
YUV75.53113.6146.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=46.58%
G=30.59%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102675000.340.510.619.6234.2129.8
Hex664332022333C14221e
Octal146103620426374244236
Binary1100110100001111001001000101100111111001010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664332; }

 p { color: rgb(102,67,50); }

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

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

 a { background-color: rgb(102,67,50); }

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

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

 span { border-color: rgb(102,67,50); }

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