#664D37

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

Shades of Jambalaya #664D37

Tints of Jambalaya #664D37

Color information

#664D37 (or 0x664D37) is unknown color: approx Jambalaya. HEX triplet: 66, 4D and 37. RGB value is (102,77,55). Sum of RGB (Red+Green+Blue) = 102+77+55=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #664D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D37 is #99B2C8. Grayscale: #525252. Windows color (decimal): -10072777 or 3624294. OLE color: 3624294.

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

Color convert

RGB1027755-
CMYK00.250.460.6
HSL28.09º29.94%30.78%-
HSV(B)28.09º46.08%40%-
XYZ8.828.414.77-
YUV81.97112.78142.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=43.59%
G=32.91%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102775500.250.460.628.0929.9430.78
Hex664D370192E3C1c1e1f
Octal146115670315674343637
Binary11001101001101110111011001101110111100111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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