#6A4639

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

Shades of Jambalaya #6A4639

Tints of Jambalaya #6A4639

Color information

#6A4639 (or 0x6A4639) is unknown color: approx Jambalaya. HEX triplet: 6A, 46 and 39. RGB value is (106,70,57). Sum of RGB (Red+Green+Blue) = 106+70+57=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4639 is #95B9C6. Grayscale: #4F4F4F. Windows color (decimal): -9812423 or 3753578. OLE color: 3753578.

HSL color Cylindrical-coordinate representation of color #6A4639: hue angle of 15.92º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A4639 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1067057-
CMYK00.340.460.58
HSL15.92º30.06%31.96%-
HSV(B)15.92º46.23%41.57%-
XYZ8.877.744.9-
YUV79.28115.43147.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=45.49%
G=30.04%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106705700.340.460.5815.9230.0631.96
Hex6A46390222E3A101e20
Octal152106710425672203640
Binary1101010100011011100101000101011101110101000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A4639; }

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

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

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

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

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

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

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

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