#664939

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

Shades of Jambalaya #664939

Tints of Jambalaya #664939

Color information

#664939 (or 0x664939) is unknown color: approx Jambalaya. HEX triplet: 66, 49 and 39. RGB value is (102,73,57). Sum of RGB (Red+Green+Blue) = 102+73+57=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664939 is #99B6C6. Grayscale: #4F4F4F. Windows color (decimal): -10073799 or 3754342. OLE color: 3754342.

HSL color Cylindrical-coordinate representation of color #664939: hue angle of 21.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664939 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1027357-
CMYK00.280.440.6
HSL21.33º28.3%31.18%-
HSV(B)21.33º44.12%40%-
XYZ8.67.894.94-
YUV79.85115.11143.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=43.97%
G=31.47%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102735700.280.440.621.3328.331.18
Hex66493901C2C3C151c1f
Octal146111710345474253437
Binary11001101001001111001011100101100111100101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664939; }

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

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

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

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

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

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

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

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