#664932

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

Shades of Jambalaya #664932

Tints of Jambalaya #664932

Color information

#664932 (or 0x664932) is unknown color: approx Jambalaya. HEX triplet: 66, 49 and 32. RGB value is (102,73,50). Sum of RGB (Red+Green+Blue) = 102+73+50=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664932 is #99B6CD. Grayscale: #4F4F4F. Windows color (decimal): -10073806 or 3295590. OLE color: 3295590.

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

Color convert

RGB1027350-
CMYK00.280.510.6
HSL26.54º34.21%29.8%-
HSV(B)26.54º50.98%40%-
XYZ8.447.824.08-
YUV79.05111.61144.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=45.33%
G=32.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102735000.280.510.626.5434.2129.8
Hex66493201C333C1b221e
Octal146111620346374334236
Binary110011010010011100100111001100111111001101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664932; }

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

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

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

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

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

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

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

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