#6B4F36

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

Shades of Jambalaya #6B4F36

Tints of Jambalaya #6B4F36

Color information

#6B4F36 (or 0x6B4F36) is unknown color: approx Jambalaya. HEX triplet: 6B, 4F and 36. RGB value is (107,79,54). Sum of RGB (Red+Green+Blue) = 107+79+54=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F36 is #94B0C9. Grayscale: #545454. Windows color (decimal): -9744586 or 3559275. OLE color: 3559275.

HSL color Cylindrical-coordinate representation of color #6B4F36: hue angle of 28.3º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4F36 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1077954-
CMYK00.260.500.58
HSL28.3º32.92%31.57%-
HSV(B)28.3º49.53%41.96%-
XYZ9.538.984.72-
YUV84.52110.78144.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=44.58%
G=32.92%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107795400.260.500.5828.332.9231.57
Hex6B4F3601A323A1c2120
Octal153117660326272344140
Binary1101011100111111011001101011001011101011100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,54); }

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

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

 a { background-color: rgb(107,79,54); }

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

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

 span { border-color: rgb(107,79,54); }

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