#6B4636

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

Shades of Jambalaya #6B4636

Tints of Jambalaya #6B4636

Color information

#6B4636 (or 0x6B4636) is unknown color: approx Jambalaya. HEX triplet: 6B, 46 and 36. RGB value is (107,70,54). Sum of RGB (Red+Green+Blue) = 107+70+54=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4636 is #94B9C9. Grayscale: #4F4F4F. Windows color (decimal): -9746890 or 3556971. OLE color: 3556971.

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

Color convert

RGB1077054-
CMYK00.350.500.58
HSL18.11º32.92%31.57%-
HSV(B)18.11º49.53%41.96%-
XYZ8.927.774.52-
YUV79.24113.76147.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=46.32%
G=30.30%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107705400.350.500.5818.1132.9231.57
Hex6B4636023323A122120
Octal153106660436272224140
Binary11010111000110110110010001111001011101010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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