#664734

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

Shades of Jambalaya #664734

Tints of Jambalaya #664734

Color information

#664734 (or 0x664734) is unknown color: approx Jambalaya. HEX triplet: 66, 47 and 34. RGB value is (102,71,52). Sum of RGB (Red+Green+Blue) = 102+71+52=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664734 is #99B8CB. Grayscale: #4E4E4E. Windows color (decimal): -10074316 or 3426150. OLE color: 3426150.

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

Color convert

RGB1027152-
CMYK00.300.490.6
HSL22.8º32.47%30.2%-
HSV(B)22.8º49.02%40%-
XYZ8.357.584.27-
YUV78.1113.27145.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=45.33%
G=31.56%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102715200.300.490.622.832.4730.2
Hex66473401E313C17201e
Octal146107640366174274036
Binary110011010001111101000111101100011111001011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664734; }

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

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

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

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

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

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

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

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