#664D38

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

Shades of Jambalaya #664D38

Tints of Jambalaya #664D38

Color information

#664D38 (or 0x664D38) is unknown color: approx Jambalaya. HEX triplet: 66, 4D and 38. RGB value is (102,77,56). Sum of RGB (Red+Green+Blue) = 102+77+56=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D38 is #99B2C7. Grayscale: #525252. Windows color (decimal): -10072776 or 3689830. OLE color: 3689830.

HSL color Cylindrical-coordinate representation of color #664D38: hue angle of 27.39º 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 #664D38 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1027756-
CMYK00.250.450.6
HSL27.39º29.11%30.98%-
HSV(B)27.39º45.1%40%-
XYZ8.858.424.9-
YUV82.08113.28142.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=43.40%
G=32.77%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102775600.250.450.627.3929.1130.98
Hex664D380192D3C1b1d1f
Octal146115700315574333537
Binary11001101001101111000011001101101111100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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