#6C4838

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

Shades of Jambalaya #6C4838

Tints of Jambalaya #6C4838

Color information

#6C4838 (or 0x6C4838) is unknown color: approx Jambalaya. HEX triplet: 6C, 48 and 38. RGB value is (108,72,56). Sum of RGB (Red+Green+Blue) = 108+72+56=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4838 is #93B7C7. Grayscale: #515151. Windows color (decimal): -9680840 or 3688556. OLE color: 3688556.

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

Color convert

RGB1087256-
CMYK00.330.480.58
HSL18.46º31.71%32.16%-
HSV(B)18.46º48.15%42.35%-
XYZ9.228.114.82-
YUV80.94113.93147.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.76%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108725600.330.480.5818.4631.7132.16
Hex6C4838021303A122020
Octal154110700416072224040
Binary11011001001000111000010000111000011101010010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,56); }

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

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

 a { background-color: rgb(108,72,56); }

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

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

 span { border-color: rgb(108,72,56); }

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