#6D4831

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

Shades of Jambalaya #6D4831

Tints of Jambalaya #6D4831

Color information

#6D4831 (or 0x6D4831) is unknown color: approx Jambalaya. HEX triplet: 6D, 48 and 31. RGB value is (109,72,49). Sum of RGB (Red+Green+Blue) = 109+72+49=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4831 is #92B7CE. Grayscale: #505050. Windows color (decimal): -9615311 or 3229805. OLE color: 3229805.

HSL color Cylindrical-coordinate representation of color #6D4831: hue angle of 23º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4831 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1097249-
CMYK00.340.550.57
HSL23º37.97%30.98%-
HSV(B)23º55.05%42.75%-
XYZ9.188.113.99-
YUV80.44110.26148.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=47.39%
G=31.30%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109724900.340.550.572337.9730.98
Hex6D4831022373917261f
Octal155110610426771274637
Binary1101101100100011000101000101101111110011011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,49); }

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

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

 a { background-color: rgb(109,72,49); }

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

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

 span { border-color: rgb(109,72,49); }

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