#6A4E35

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

Shades of Jambalaya #6A4E35

Tints of Jambalaya #6A4E35

Color information

#6A4E35 (or 0x6A4E35) is unknown color: approx Jambalaya. HEX triplet: 6A, 4E and 35. RGB value is (106,78,53). Sum of RGB (Red+Green+Blue) = 106+78+53=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E35 is #95B1CA. Grayscale: #535353. Windows color (decimal): -9810379 or 3493482. OLE color: 3493482.

HSL color Cylindrical-coordinate representation of color #6A4E35: hue angle of 28.3º 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 #6A4E35 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB1067853-
CMYK00.260.50.58
HSL28.3º33.33%31.18%-
HSV(B)28.3º50%41.57%-
XYZ9.318.774.57-
YUV83.52110.78144.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=44.73%
G=32.91%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106785300.260.50.5828.333.3331.18
Hex6A4E3501A323A1c211f
Octal152116650326272344137
Binary110101010011101101010110101100101110101110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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