#6D4630

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

Shades of Jambalaya #6D4630

Tints of Jambalaya #6D4630

Color information

#6D4630 (or 0x6D4630) is unknown color: approx Jambalaya. HEX triplet: 6D, 46 and 30. RGB value is (109,70,48). Sum of RGB (Red+Green+Blue) = 109+70+48=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4630 is #92B9CF. Grayscale: #4F4F4F. Windows color (decimal): -9615824 or 3163757. OLE color: 3163757.

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

Color convert

RGB1097048-
CMYK00.360.560.57
HSL21.64º38.85%30.78%-
HSV(B)21.64º55.96%42.75%-
XYZ9.037.843.83-
YUV79.15110.42149.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=48.02%
G=30.84%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109704800.360.560.5721.6438.8530.78
Hex6D4630024383916271f
Octal155106600447071264737
Binary1101101100011011000001001001110001110011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,48); }

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

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

 a { background-color: rgb(109,70,48); }

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

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

 span { border-color: rgb(109,70,48); }

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