#6B4635

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

Shades of Jambalaya #6B4635

Tints of Jambalaya #6B4635

Color information

#6B4635 (or 0x6B4635) is unknown color: approx Jambalaya. HEX triplet: 6B, 46 and 35. RGB value is (107,70,53). Sum of RGB (Red+Green+Blue) = 107+70+53=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4635 is #94B9CA. Grayscale: #4F4F4F. Windows color (decimal): -9746891 or 3491435. OLE color: 3491435.

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

Color convert

RGB1077053-
CMYK00.350.500.58
HSL18.89º33.75%31.37%-
HSV(B)18.89º50.47%41.96%-
XYZ8.97.764.4-
YUV79.12113.26147.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=46.52%
G=30.43%
B=23.04%

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
Decimal107705300.350.500.5818.8933.7531.37
Hex6B4635023323A13221f
Octal153106650436272234237
Binary1101011100011011010101000111100101110101001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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