#664431

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

Shades of Jambalaya #664431

Tints of Jambalaya #664431

Color information

#664431 (or 0x664431) is unknown color: approx Jambalaya. HEX triplet: 66, 44 and 31. RGB value is (102,68,49). Sum of RGB (Red+Green+Blue) = 102+68+49=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #664431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664431 is #99BBCE. Grayscale: #4C4C4C. Windows color (decimal): -10075087 or 3228774. OLE color: 3228774.

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

Color convert

RGB1026849-
CMYK00.330.520.6
HSL21.51º35.1%29.61%-
HSV(B)21.51º51.96%40%-
XYZ8.17.183.86-
YUV76112.76146.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=46.58%
G=31.05%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102684900.330.520.621.5135.129.61
Hex664431021343C16231e
Octal146104610416474264336
Binary1100110100010011000101000011101001111001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664431; }

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

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

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

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

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

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

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

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