#6A4436

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

Shades of Jambalaya #6A4436

Tints of Jambalaya #6A4436

Color information

#6A4436 (or 0x6A4436) is unknown color: approx Jambalaya. HEX triplet: 6A, 44 and 36. RGB value is (106,68,54). Sum of RGB (Red+Green+Blue) = 106+68+54=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4436 is #95BBC9. Grayscale: #4D4D4D. Windows color (decimal): -9812938 or 3556458. OLE color: 3556458.

HSL color Cylindrical-coordinate representation of color #6A4436: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A4436 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1066854-
CMYK00.360.490.58
HSL16.15º32.5%31.37%-
HSV(B)16.15º49.06%41.57%-
XYZ8.687.464.47-
YUV77.77114.59148.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=46.49%
G=29.82%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106685400.360.490.5816.1532.531.37
Hex6A4436024313A10201f
Octal152104660446172204037
Binary1101010100010011011001001001100011110101000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,54); }

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

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

 a { background-color: rgb(106,68,54); }

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

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

 span { border-color: rgb(106,68,54); }

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