#664838

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

Shades of Jambalaya #664838

Tints of Jambalaya #664838

Color information

#664838 (or 0x664838) is unknown color: approx Jambalaya. HEX triplet: 66, 48 and 38. RGB value is (102,72,56). Sum of RGB (Red+Green+Blue) = 102+72+56=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664838 is #99B7C7. Grayscale: #4F4F4F. Windows color (decimal): -10074056 or 3688550. OLE color: 3688550.

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

Color convert

RGB1027256-
CMYK00.290.450.6
HSL20.87º29.11%30.98%-
HSV(B)20.87º45.1%40%-
XYZ8.517.754.79-
YUV79.15114.94144.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=44.35%
G=31.30%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102725600.290.450.620.8729.1130.98
Hex66483801D2D3C151d1f
Octal146110700355574253537
Binary11001101001000111000011101101101111100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664838; }

 p { color: rgb(102,72,56); }

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

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

 a { background-color: rgb(102,72,56); }

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

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

 span { border-color: rgb(102,72,56); }

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