#664437

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

Shades of Jambalaya #664437

Tints of Jambalaya #664437

Color information

#664437 (or 0x664437) is unknown color: approx Jambalaya. HEX triplet: 66, 44 and 37. RGB value is (102,68,55). Sum of RGB (Red+Green+Blue) = 102+68+55=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664437 is #99BBC8. Grayscale: #4C4C4C. Windows color (decimal): -10075081 or 3621990. OLE color: 3621990.

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

Color convert

RGB1026855-
CMYK00.330.460.6
HSL16.6º29.94%30.78%-
HSV(B)16.6º46.08%40%-
XYZ8.247.234.58-
YUV76.68115.76146.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=45.33%
G=30.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102685500.330.460.616.629.9430.78
Hex6644370212E3C111e1f
Octal146104670415674213637
Binary110011010001001101110100001101110111100100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664437; }

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

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

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

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

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

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

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

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