#664637

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

Shades of Jambalaya #664637

Tints of Jambalaya #664637

Color information

#664637 (or 0x664637) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 37. RGB value is (102,70,55). Sum of RGB (Red+Green+Blue) = 102+70+55=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664637 is #99B9C8. Grayscale: #4D4D4D. Windows color (decimal): -10074569 or 3622502. OLE color: 3622502.

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

Color convert

RGB1027055-
CMYK00.310.460.6
HSL19.15º29.94%30.78%-
HSV(B)19.15º46.08%40%-
XYZ8.367.484.62-
YUV77.86115.1145.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=44.93%
G=30.84%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102705500.310.460.619.1529.9430.78
Hex66463701F2E3C131e1f
Octal146106670375674233637
Binary11001101000110110111011111101110111100100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664637; }

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

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

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

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

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

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

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

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