#684731

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

Shades of Jambalaya #684731

Tints of Jambalaya #684731

Color information

#684731 (or 0x684731) is unknown color: approx Jambalaya. HEX triplet: 68, 47 and 31. RGB value is (104,71,49). Sum of RGB (Red+Green+Blue) = 104+71+49=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #684731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684731 is #97B8CE. Grayscale: #4E4E4E. Windows color (decimal): -9943247 or 3229544. OLE color: 3229544.

HSL color Cylindrical-coordinate representation of color #684731: hue angle of 24º 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 #684731 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1047149-
CMYK00.320.530.59
HSL24º35.95%30%-
HSV(B)24º52.88%40.78%-
XYZ8.527.673.94-
YUV78.36111.43146.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=46.43%
G=31.70%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104714900.320.530.592435.9530
Hex684731020353B18241e
Octal150107610406573304436
Binary1101000100011111000101000001101011110111100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684731; }

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

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

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

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

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

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

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

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