#664232

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

Shades of Jambalaya #664232

Tints of Jambalaya #664232

Color information

#664232 (or 0x664232) is unknown color: approx Jambalaya. HEX triplet: 66, 42 and 32. RGB value is (102,66,50). Sum of RGB (Red+Green+Blue) = 102+66+50=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664232 is #99BDCD. Grayscale: #4B4B4B. Windows color (decimal): -10075598 or 3293798. OLE color: 3293798.

HSL color Cylindrical-coordinate representation of color #664232: hue angle of 18.46º 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 #664232 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1026650-
CMYK00.350.510.6
HSL18.46º34.21%29.8%-
HSV(B)18.46º50.98%40%-
XYZ86.953.94-
YUV74.94113.93147.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=46.79%
G=30.28%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102665000.350.510.618.4634.2129.8
Hex664232023333C12221e
Octal146102620436374224236
Binary1100110100001011001001000111100111111001001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664232; }

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

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

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

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

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

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

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

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