#664531

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

Shades of Jambalaya #664531

Tints of Jambalaya #664531

Color information

#664531 (or 0x664531) is unknown color: approx Jambalaya. HEX triplet: 66, 45 and 31. RGB value is (102,69,49). Sum of RGB (Red+Green+Blue) = 102+69+49=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664531 is #99BACE. Grayscale: #4C4C4C. Windows color (decimal): -10074831 or 3229030. OLE color: 3229030.

HSL color Cylindrical-coordinate representation of color #664531: hue angle of 22.64º 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 #664531 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB1026949-
CMYK00.320.520.6
HSL22.64º35.1%29.61%-
HSV(B)22.64º51.96%40%-
XYZ8.167.33.89-
YUV76.59112.43146.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=46.36%
G=31.36%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102694900.320.520.622.6435.129.61
Hex664531020343C17231e
Octal146105610406474274336
Binary1100110100010111000101000001101001111001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664531; }

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

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

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

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

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

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

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

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