#6B4938

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

Shades of Jambalaya #6B4938

Tints of Jambalaya #6B4938

Color information

#6B4938 (or 0x6B4938) is unknown color: approx Jambalaya. HEX triplet: 6B, 49 and 38. RGB value is (107,73,56). Sum of RGB (Red+Green+Blue) = 107+73+56=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4938 is #94B6C7. Grayscale: #515151. Windows color (decimal): -9746120 or 3688811. OLE color: 3688811.

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

Color convert

RGB1077356-
CMYK00.320.480.58
HSL20º31.29%31.96%-
HSV(B)20º47.66%41.96%-
XYZ9.168.184.84-
YUV81.23113.76146.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.34%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=45.34%
G=30.93%
B=23.73%

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
Decimal107735600.320.480.582031.2931.96
Hex6B4938020303A141f20
Octal153111700406072243740
Binary1101011100100111100001000001100001110101010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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