#664638

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

Shades of Jambalaya #664638

Tints of Jambalaya #664638

Color information

#664638 (or 0x664638) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 38. RGB value is (102,70,56). Sum of RGB (Red+Green+Blue) = 102+70+56=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664638 is #99B9C7. Grayscale: #4E4E4E. Windows color (decimal): -10074568 or 3688038. OLE color: 3688038.

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

Color convert

RGB1027056-
CMYK00.310.450.6
HSL18.26º29.11%30.98%-
HSV(B)18.26º45.1%40%-
XYZ8.387.494.75-
YUV77.97115.6145.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=44.74%
G=30.70%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102705600.310.450.618.2629.1130.98
Hex66463801F2D3C121d1f
Octal146106700375574223537
Binary11001101000110111000011111101101111100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664638; }

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

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

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

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

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

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

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

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