#664A38

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

Shades of Jambalaya #664A38

Tints of Jambalaya #664A38

Color information

#664A38 (or 0x664A38) is unknown color: approx Jambalaya. HEX triplet: 66, 4A and 38. RGB value is (102,74,56). Sum of RGB (Red+Green+Blue) = 102+74+56=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A38 is #99B5C7. Grayscale: #505050. Windows color (decimal): -10073544 or 3689062. OLE color: 3689062.

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

Color convert

RGB1027456-
CMYK00.270.450.6
HSL23.48º29.11%30.98%-
HSV(B)23.48º45.1%40%-
XYZ8.648.014.83-
YUV80.32114.28143.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=43.97%
G=31.90%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102745600.270.450.623.4829.1130.98
Hex664A3801B2D3C171d1f
Octal146112700335574273537
Binary11001101001010111000011011101101111100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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