#6C4B31

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

Shades of Jambalaya #6C4B31

Tints of Jambalaya #6C4B31

Color information

#6C4B31 (or 0x6C4B31) is unknown color: approx Jambalaya. HEX triplet: 6C, 4B and 31. RGB value is (108,75,49). Sum of RGB (Red+Green+Blue) = 108+75+49=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4B31 is #93B4CE. Grayscale: #525252. Windows color (decimal): -9680079 or 3230572. OLE color: 3230572.

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

Color convert

RGB1087549-
CMYK00.310.550.58
HSL26.44º37.58%30.78%-
HSV(B)26.44º54.63%42.35%-
XYZ9.258.444.05-
YUV81.9109.43146.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=46.55%
G=32.33%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108754900.310.550.5826.4437.5830.78
Hex6C4B3101F373A1a261f
Octal154113610376772324637
Binary110110010010111100010111111101111110101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,49); }

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

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

 a { background-color: rgb(108,75,49); }

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

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

 span { border-color: rgb(108,75,49); }

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