#6A4430

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

Shades of Jambalaya #6A4430

Tints of Jambalaya #6A4430

Color information

#6A4430 (or 0x6A4430) is unknown color: approx Jambalaya. HEX triplet: 6A, 44 and 30. RGB value is (106,68,48). Sum of RGB (Red+Green+Blue) = 106+68+48=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4430 is #95BBCF. Grayscale: #4D4D4D. Windows color (decimal): -9812944 or 3163242. OLE color: 3163242.

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

Color convert

RGB1066848-
CMYK00.360.550.58
HSL20.69º37.66%30.2%-
HSV(B)20.69º54.72%41.57%-
XYZ8.547.413.78-
YUV77.08111.59148.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=47.75%
G=30.63%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106684800.360.550.5820.6937.6630.2
Hex6A4430024373A15261e
Octal152104600446772254636
Binary1101010100010011000001001001101111110101010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,48); }

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

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

 a { background-color: rgb(106,68,48); }

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

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

 span { border-color: rgb(106,68,48); }

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