#684939

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

Shades of Jambalaya #684939

Tints of Jambalaya #684939

Color information

#684939 (or 0x684939) is unknown color: approx Jambalaya. HEX triplet: 68, 49 and 39. RGB value is (104,73,57). Sum of RGB (Red+Green+Blue) = 104+73+57=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684939 is #97B6C6. Grayscale: #505050. Windows color (decimal): -9942727 or 3754344. OLE color: 3754344.

HSL color Cylindrical-coordinate representation of color #684939: hue angle of 20.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684939 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1047357-
CMYK00.300.450.59
HSL20.43º29.19%31.57%-
HSV(B)20.43º45.19%40.78%-
XYZ8.8384.95-
YUV80.45114.77144.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=44.44%
G=31.20%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104735700.300.450.5920.4329.1931.57
Hex68493901E2D3B141d20
Octal150111710365573243540
Binary110100010010011110010111101011011110111010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684939; }

 p { color: rgb(104,73,57); }

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

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

 a { background-color: rgb(104,73,57); }

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

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

 span { border-color: rgb(104,73,57); }

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