#6A4D35

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

Shades of Jambalaya #6A4D35

Tints of Jambalaya #6A4D35

Color information

#6A4D35 (or 0x6A4D35) is unknown color: approx Jambalaya. HEX triplet: 6A, 4D and 35. RGB value is (106,77,53). Sum of RGB (Red+Green+Blue) = 106+77+53=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4D35 is #95B2CA. Grayscale: #535353. Windows color (decimal): -9810635 or 3493226. OLE color: 3493226.

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

Color convert

RGB1067753-
CMYK00.270.50.58
HSL27.17º33.33%31.18%-
HSV(B)27.17º50%41.57%-
XYZ9.248.634.55-
YUV82.94111.11144.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=44.92%
G=32.63%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106775300.270.50.5827.1733.3331.18
Hex6A4D3501B323A1b211f
Octal152115650336272334137
Binary110101010011011101010110111100101110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,53); }

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

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

 a { background-color: rgb(106,77,53); }

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

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

 span { border-color: rgb(106,77,53); }

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