#664A33

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

Shades of Jambalaya #664A33

Tints of Jambalaya #664A33

Color information

#664A33 (or 0x664A33) is unknown color: approx Jambalaya. HEX triplet: 66, 4A and 33. RGB value is (102,74,51). Sum of RGB (Red+Green+Blue) = 102+74+51=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A33 is #99B5CC. Grayscale: #4F4F4F. Windows color (decimal): -10073549 or 3361382. OLE color: 3361382.

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

Color convert

RGB1027451-
CMYK00.270.50.6
HSL27.06º33.33%30%-
HSV(B)27.06º50%40%-
XYZ8.537.964.22-
YUV79.75111.78143.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=44.93%
G=32.60%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102745100.270.50.627.0633.3330
Hex664A3301B323C1b211e
Octal146112630336274334136
Binary110011010010101100110110111100101111001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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