#6C4938

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

Shades of Jambalaya #6C4938

Tints of Jambalaya #6C4938

Color information

#6C4938 (or 0x6C4938) is unknown color: approx Jambalaya. HEX triplet: 6C, 49 and 38. RGB value is (108,73,56). Sum of RGB (Red+Green+Blue) = 108+73+56=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4938 is #93B6C7. Grayscale: #515151. Windows color (decimal): -9680584 or 3688812. OLE color: 3688812.

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

Color convert

RGB1087356-
CMYK00.320.480.58
HSL19.62º31.71%32.16%-
HSV(B)19.62º48.15%42.35%-
XYZ9.288.244.84-
YUV81.53113.6146.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=45.57%
G=30.80%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108735600.320.480.5819.6231.7132.16
Hex6C4938020303A142020
Octal154111700406072244040
Binary11011001001001111000010000011000011101010100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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