#6D4A30

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

Shades of Jambalaya #6D4A30

Tints of Jambalaya #6D4A30

Color information

#6D4A30 (or 0x6D4A30) is unknown color: approx Jambalaya. HEX triplet: 6D, 4A and 30. RGB value is (109,74,48). Sum of RGB (Red+Green+Blue) = 109+74+48=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A30 is #92B5CF. Grayscale: #515151. Windows color (decimal): -9614800 or 3164781. OLE color: 3164781.

HSL color Cylindrical-coordinate representation of color #6D4A30: hue angle of 25.57º 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 #6D4A30 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB1097448-
CMYK00.320.560.57
HSL25.57º38.85%30.78%-
HSV(B)25.57º55.96%42.75%-
XYZ9.298.363.92-
YUV81.5109.1147.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=47.19%
G=32.03%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109744800.320.560.5725.5738.8530.78
Hex6D4A3002038391a271f
Octal155112600407071324737
Binary1101101100101011000001000001110001110011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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