#664832

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

Shades of Jambalaya #664832

Tints of Jambalaya #664832

Color information

#664832 (or 0x664832) is unknown color: approx Jambalaya. HEX triplet: 66, 48 and 32. RGB value is (102,72,50). Sum of RGB (Red+Green+Blue) = 102+72+50=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664832 is #99B7CD. Grayscale: #4E4E4E. Windows color (decimal): -10074062 or 3295334. OLE color: 3295334.

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

Color convert

RGB1027250-
CMYK00.290.510.6
HSL25.38º34.21%29.8%-
HSV(B)25.38º50.98%40%-
XYZ8.377.694.06-
YUV78.46111.94144.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=45.54%
G=32.14%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102725000.290.510.625.3834.2129.8
Hex66483201D333C19221e
Octal146110620356374314236
Binary110011010010001100100111011100111111001100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664832; }

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

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

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

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

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

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

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

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