#6B4838

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

Shades of Jambalaya #6B4838

Tints of Jambalaya #6B4838

Color information

#6B4838 (or 0x6B4838) is unknown color: approx Jambalaya. HEX triplet: 6B, 48 and 38. RGB value is (107,72,56). Sum of RGB (Red+Green+Blue) = 107+72+56=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4838 is #94B7C7. Grayscale: #505050. Windows color (decimal): -9746376 or 3688555. OLE color: 3688555.

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

Color convert

RGB1077256-
CMYK00.330.480.58
HSL18.82º31.29%31.96%-
HSV(B)18.82º47.66%41.96%-
XYZ9.098.054.82-
YUV80.64114.1146.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=45.53%
G=30.64%
B=23.83%

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
Decimal107725600.330.480.5818.8231.2931.96
Hex6B4838021303A131f20
Octal153110700416072233740
Binary1101011100100011100001000011100001110101001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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