#664732

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

Shades of Jambalaya #664732

Tints of Jambalaya #664732

Color information

#664732 (or 0x664732) is unknown color: approx Jambalaya. HEX triplet: 66, 47 and 32. RGB value is (102,71,50). Sum of RGB (Red+Green+Blue) = 102+71+50=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664732 is #99B8CD. Grayscale: #4D4D4D. Windows color (decimal): -10074318 or 3295078. OLE color: 3295078.

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

Color convert

RGB1027150-
CMYK00.300.510.6
HSL24.23º34.21%29.8%-
HSV(B)24.23º50.98%40%-
XYZ8.317.564.04-
YUV77.88112.27145.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=45.74%
G=31.84%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102715000.300.510.624.2334.2129.8
Hex66473201E333C18221e
Octal146107620366374304236
Binary110011010001111100100111101100111111001100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664732; }

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

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

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

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

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

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

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

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