#664631

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

Shades of Jambalaya #664631

Tints of Jambalaya #664631

Color information

#664631 (or 0x664631) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 31. RGB value is (102,70,49). Sum of RGB (Red+Green+Blue) = 102+70+49=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664631 is #99B9CE. Grayscale: #4D4D4D. Windows color (decimal): -10074575 or 3229286. OLE color: 3229286.

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

Color convert

RGB1027049-
CMYK00.310.520.6
HSL23.77º35.1%29.61%-
HSV(B)23.77º51.96%40%-
XYZ8.227.433.91-
YUV77.17112.1145.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=46.15%
G=31.67%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102704900.310.520.623.7735.129.61
Hex66463101F343C18231e
Octal146106610376474304336
Binary110011010001101100010111111101001111001100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664631; }

 p { color: rgb(102,70,49); }

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

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

 a { background-color: rgb(102,70,49); }

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

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

 span { border-color: rgb(102,70,49); }

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