#664A3B

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

Shades of Jambalaya #664A3B

Tints of Jambalaya #664A3B

Color information

#664A3B (or 0x664A3B) is unknown color: approx Jambalaya. HEX triplet: 66, 4A and 3B. RGB value is (102,74,59). Sum of RGB (Red+Green+Blue) = 102+74+59=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A3B is #99B5C4. Grayscale: #505050. Windows color (decimal): -10073541 or 3885670. OLE color: 3885670.

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

Color convert

RGB1027459-
CMYK00.270.420.6
HSL20.93º26.71%31.57%-
HSV(B)20.93º42.16%40%-
XYZ8.728.045.23-
YUV80.66115.78143.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=43.40%
G=31.49%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102745900.270.420.620.9326.7131.57
Hex664A3B01B2A3C151b20
Octal146112730335274253340
Binary110011010010101110110110111010101111001010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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