#6B4933

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

Shades of Jambalaya #6B4933

Tints of Jambalaya #6B4933

Color information

#6B4933 (or 0x6B4933) is unknown color: approx Jambalaya. HEX triplet: 6B, 49 and 33. RGB value is (107,73,51). Sum of RGB (Red+Green+Blue) = 107+73+51=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4933 is #94B6CC. Grayscale: #505050. Windows color (decimal): -9746125 or 3361131. OLE color: 3361131.

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

Color convert

RGB1077351-
CMYK00.320.520.58
HSL23.57º35.44%30.98%-
HSV(B)23.57º52.34%41.96%-
XYZ9.048.134.22-
YUV80.66111.26146.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=46.32%
G=31.60%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107735100.320.520.5823.5735.4430.98
Hex6B4933020343A18231f
Octal153111630406472304337
Binary1101011100100111001101000001101001110101100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,51); }

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

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

 a { background-color: rgb(107,73,51); }

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

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

 span { border-color: rgb(107,73,51); }

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