#6B4D38

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

Shades of Jambalaya #6B4D38

Tints of Jambalaya #6B4D38

Color information

#6B4D38 (or 0x6B4D38) is unknown color: approx Jambalaya. HEX triplet: 6B, 4D and 38. RGB value is (107,77,56). Sum of RGB (Red+Green+Blue) = 107+77+56=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D38 is #94B2C7. Grayscale: #535353. Windows color (decimal): -9745096 or 3689835. OLE color: 3689835.

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

Color convert

RGB1077756-
CMYK00.280.480.58
HSL24.71º31.29%31.96%-
HSV(B)24.71º47.66%41.96%-
XYZ9.438.724.93-
YUV83.58112.44144.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=44.58%
G=32.08%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107775600.280.480.5824.7131.2931.96
Hex6B4D3801C303A191f20
Octal153115700346072313740
Binary110101110011011110000111001100001110101100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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