#6B4738

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

Shades of Jambalaya #6B4738

Tints of Jambalaya #6B4738

Color information

#6B4738 (or 0x6B4738) is unknown color: approx Jambalaya. HEX triplet: 6B, 47 and 38. RGB value is (107,71,56). Sum of RGB (Red+Green+Blue) = 107+71+56=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4738 is #94B8C7. Grayscale: #505050. Windows color (decimal): -9746632 or 3688299. OLE color: 3688299.

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

Color convert

RGB1077156-
CMYK00.340.480.58
HSL17.65º31.29%31.96%-
HSV(B)17.65º47.66%41.96%-
XYZ9.037.924.79-
YUV80.05114.43147.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=45.73%
G=30.34%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107715600.340.480.5817.6531.2931.96
Hex6B4738022303A121f20
Octal153107700426072223740
Binary1101011100011111100001000101100001110101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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