#6B4937

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

Shades of Jambalaya #6B4937

Tints of Jambalaya #6B4937

Color information

#6B4937 (or 0x6B4937) is unknown color: approx Jambalaya. HEX triplet: 6B, 49 and 37. RGB value is (107,73,55). Sum of RGB (Red+Green+Blue) = 107+73+55=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4937 is #94B6C8. Grayscale: #515151. Windows color (decimal): -9746121 or 3623275. OLE color: 3623275.

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

Color convert

RGB1077355-
CMYK00.320.490.58
HSL20.77º32.1%31.76%-
HSV(B)20.77º48.6%41.96%-
XYZ9.148.174.71-
YUV81.11113.26146.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=45.53%
G=31.06%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107735500.320.490.5820.7732.131.76
Hex6B4937020313A152020
Octal153111670406172254040
Binary11010111001001110111010000011000111101010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,55); }

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

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

 a { background-color: rgb(107,73,55); }

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

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

 span { border-color: rgb(107,73,55); }

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