#664D3A

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

Shades of Jambalaya #664D3A

Tints of Jambalaya #664D3A

Color information

#664D3A (or 0x664D3A) is unknown color: approx Jambalaya. HEX triplet: 66, 4D and 3A. RGB value is (102,77,58). Sum of RGB (Red+Green+Blue) = 102+77+58=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #664D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D3A is #99B2C5. Grayscale: #525252. Windows color (decimal): -10072774 or 3820902. OLE color: 3820902.

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

Color convert

RGB1027758-
CMYK00.250.430.6
HSL25.91º27.5%31.37%-
HSV(B)25.91º43.14%40%-
XYZ8.98.445.16-
YUV82.31114.28142.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=43.04%
G=32.49%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102775800.250.430.625.9127.531.37
Hex664D3A0192B3C1a1c1f
Octal146115720315374323437
Binary11001101001101111010011001101011111100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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