#664639

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

Shades of Jambalaya #664639

Tints of Jambalaya #664639

Color information

#664639 (or 0x664639) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 39. RGB value is (102,70,57). Sum of RGB (Red+Green+Blue) = 102+70+57=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #664639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664639 is #99B9C6. Grayscale: #4E4E4E. Windows color (decimal): -10074567 or 3753574. OLE color: 3753574.

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

Color convert

RGB1027057-
CMYK00.310.440.6
HSL17.33º28.3%31.18%-
HSV(B)17.33º44.12%40%-
XYZ8.417.54.88-
YUV78.09116.1145.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=44.54%
G=30.57%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102705700.310.440.617.3328.331.18
Hex66463901F2C3C111c1f
Octal146106710375474213437
Binary11001101000110111001011111101100111100100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664639; }

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

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

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

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

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

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

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

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