#664636

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

Shades of Jambalaya #664636

Tints of Jambalaya #664636

Color information

#664636 (or 0x664636) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 36. RGB value is (102,70,54). Sum of RGB (Red+Green+Blue) = 102+70+54=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664636 is #99B9C9. Grayscale: #4D4D4D. Windows color (decimal): -10074570 or 3556966. OLE color: 3556966.

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

Color convert

RGB1027054-
CMYK00.310.470.6
HSL20º30.77%30.59%-
HSV(B)20º47.06%40%-
XYZ8.347.474.49-
YUV77.74114.6145.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=45.13%
G=30.97%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102705400.310.470.62030.7730.59
Hex66463601F2F3C141f1f
Octal146106660375774243737
Binary11001101000110110110011111101111111100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664636; }

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

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

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

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

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

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

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

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