#684431

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

Shades of Jambalaya #684431

Tints of Jambalaya #684431

Color information

#684431 (or 0x684431) is unknown color: approx Jambalaya. HEX triplet: 68, 44 and 31. RGB value is (104,68,49). Sum of RGB (Red+Green+Blue) = 104+68+49=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684431 is #97BBCE. Grayscale: #4C4C4C. Windows color (decimal): -9944015 or 3228776. OLE color: 3228776.

HSL color Cylindrical-coordinate representation of color #684431: hue angle of 20.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684431 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1046849-
CMYK00.350.530.59
HSL20.73º35.95%30%-
HSV(B)20.73º52.88%40.78%-
XYZ8.337.33.88-
YUV76.6112.43147.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=47.06%
G=30.77%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104684900.350.530.5920.7335.9530
Hex684431023353B15241e
Octal150104610436573254436
Binary1101000100010011000101000111101011110111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684431; }

 p { color: rgb(104,68,49); }

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

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

 a { background-color: rgb(104,68,49); }

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

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

 span { border-color: rgb(104,68,49); }

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