#6B4E35

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

Shades of Jambalaya #6B4E35

Tints of Jambalaya #6B4E35

Color information

#6B4E35 (or 0x6B4E35) is unknown color: approx Jambalaya. HEX triplet: 6B, 4E and 35. RGB value is (107,78,53). Sum of RGB (Red+Green+Blue) = 107+78+53=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E35 is #94B1CA. Grayscale: #535353. Windows color (decimal): -9744843 or 3493483. OLE color: 3493483.

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

Color convert

RGB1077853-
CMYK00.270.500.58
HSL27.78º33.75%31.37%-
HSV(B)27.78º50.47%41.96%-
XYZ9.438.834.58-
YUV83.82110.61144.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=44.96%
G=32.77%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107785300.270.500.5827.7833.7531.37
Hex6B4E3501B323A1c221f
Octal153116650336272344237
Binary110101110011101101010110111100101110101110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,53); }

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

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

 a { background-color: rgb(107,78,53); }

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

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

 span { border-color: rgb(107,78,53); }

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