#6A4833

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

Shades of Jambalaya #6A4833

Tints of Jambalaya #6A4833

Color information

#6A4833 (or 0x6A4833) is unknown color: approx Jambalaya. HEX triplet: 6A, 48 and 33. RGB value is (106,72,51). Sum of RGB (Red+Green+Blue) = 106+72+51=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4833 is #95B7CC. Grayscale: #4F4F4F. Windows color (decimal): -9811917 or 3360874. OLE color: 3360874.

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

Color convert

RGB1067251-
CMYK00.320.520.58
HSL22.91º35.03%30.78%-
HSV(B)22.91º51.89%41.57%-
XYZ8.867.944.2-
YUV79.77111.76146.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=46.29%
G=31.44%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106725100.320.520.5822.9135.0330.78
Hex6A4833020343A17231f
Octal152110630406472274337
Binary1101010100100011001101000001101001110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,51); }

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

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

 a { background-color: rgb(106,72,51); }

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

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

 span { border-color: rgb(106,72,51); }

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