#664E38

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

Shades of Jambalaya #664E38

Tints of Jambalaya #664E38

Color information

#664E38 (or 0x664E38) is unknown color: approx Jambalaya. HEX triplet: 66, 4E and 38. RGB value is (102,78,56). Sum of RGB (Red+Green+Blue) = 102+78+56=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E38 is #99B1C7. Grayscale: #525252. Windows color (decimal): -10072520 or 3690086. OLE color: 3690086.

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

Color convert

RGB1027856-
CMYK00.240.450.6
HSL28.7º29.11%30.98%-
HSV(B)28.7º45.1%40%-
XYZ8.928.564.92-
YUV82.67112.95141.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=43.22%
G=33.05%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102785600.240.450.628.729.1130.98
Hex664E380182D3C1d1d1f
Octal146116700305574353537
Binary11001101001110111000011000101101111100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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