#664E3B

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

Shades of Jambalaya #664E3B

Tints of Jambalaya #664E3B

Color information

#664E3B (or 0x664E3B) is unknown color: approx Jambalaya. HEX triplet: 66, 4E and 3B. RGB value is (102,78,59). Sum of RGB (Red+Green+Blue) = 102+78+59=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E3B is #99B1C4. Grayscale: #535353. Windows color (decimal): -10072517 or 3886694. OLE color: 3886694.

HSL color Cylindrical-coordinate representation of color #664E3B: hue angle of 26.51º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664E3B is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1027859-
CMYK00.240.420.6
HSL26.51º26.71%31.57%-
HSV(B)26.51º42.16%40%-
XYZ8.998.595.32-
YUV83.01114.45141.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=42.68%
G=32.64%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102785900.240.420.626.5126.7131.57
Hex664E3B0182A3C1b1b20
Octal146116730305274333340
Binary110011010011101110110110001010101111001101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664E3B; }

 p { color: rgb(102,78,59); }

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

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

 a { background-color: rgb(102,78,59); }

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

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

 span { border-color: rgb(102,78,59); }

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