#664738

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

Shades of Jambalaya #664738

Tints of Jambalaya #664738

Color information

#664738 (or 0x664738) is unknown color: approx Jambalaya. HEX triplet: 66, 47 and 38. RGB value is (102,71,56). Sum of RGB (Red+Green+Blue) = 102+71+56=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #664738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664738 is #99B8C7. Grayscale: #4E4E4E. Windows color (decimal): -10074312 or 3688294. OLE color: 3688294.

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

Color convert

RGB1027156-
CMYK00.300.450.6
HSL19.57º29.11%30.98%-
HSV(B)19.57º45.1%40%-
XYZ8.457.624.77-
YUV78.56115.27144.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=44.54%
G=31.00%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102715600.300.450.619.5729.1130.98
Hex66473801E2D3C141d1f
Octal146107700365574243537
Binary11001101000111111000011110101101111100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664738; }

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

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

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

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

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

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

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

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