#6B4331

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

Shades of Jambalaya #6B4331

Tints of Jambalaya #6B4331

Color information

#6B4331 (or 0x6B4331) is unknown color: approx Jambalaya. HEX triplet: 6B, 43 and 31. RGB value is (107,67,49). Sum of RGB (Red+Green+Blue) = 107+67+49=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4331 is #94BCCE. Grayscale: #4D4D4D. Windows color (decimal): -9747663 or 3228523. OLE color: 3228523.

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

Color convert

RGB1076749-
CMYK00.370.540.58
HSL18.62º37.18%30.59%-
HSV(B)18.62º54.21%41.96%-
XYZ8.627.363.87-
YUV76.91112.25149.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=47.98%
G=30.04%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107674900.370.540.5818.6237.1830.59
Hex6B4331025363A13251f
Octal153103610456672234537
Binary1101011100001111000101001011101101110101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,49); }

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

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

 a { background-color: rgb(107,67,49); }

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

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

 span { border-color: rgb(107,67,49); }

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