#6B4739

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

Shades of Jambalaya #6B4739

Tints of Jambalaya #6B4739

Color information

#6B4739 (or 0x6B4739) is unknown color: approx Jambalaya. HEX triplet: 6B, 47 and 39. RGB value is (107,71,57). Sum of RGB (Red+Green+Blue) = 107+71+57=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4739 is #94B8C6. Grayscale: #505050. Windows color (decimal): -9746631 or 3753835. OLE color: 3753835.

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

Color convert

RGB1077157-
CMYK00.340.470.58
HSL16.8º30.49%32.16%-
HSV(B)16.8º46.73%41.96%-
XYZ9.067.934.92-
YUV80.17114.93147.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=45.53%
G=30.21%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107715700.340.470.5816.830.4932.16
Hex6B47390222F3A111e20
Octal153107710425772213640
Binary1101011100011111100101000101011111110101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,57); }

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

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

 a { background-color: rgb(107,71,57); }

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

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

 span { border-color: rgb(107,71,57); }

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