#684934

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

Shades of Jambalaya #684934

Tints of Jambalaya #684934

Color information

#684934 (or 0x684934) is unknown color: approx Jambalaya. HEX triplet: 68, 49 and 34. RGB value is (104,73,52). Sum of RGB (Red+Green+Blue) = 104+73+52=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684934 is #97B6CB. Grayscale: #4F4F4F. Windows color (decimal): -9942732 or 3426664. OLE color: 3426664.

HSL color Cylindrical-coordinate representation of color #684934: hue angle of 24.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684934 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1047352-
CMYK00.300.500.59
HSL24.23º33.33%30.59%-
HSV(B)24.23º50%40.78%-
XYZ8.717.964.33-
YUV79.88112.27145.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=45.41%
G=31.88%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104735200.300.500.5924.2333.3330.59
Hex68493401E323B18211f
Octal150111640366273304137
Binary110100010010011101000111101100101110111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684934; }

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

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

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

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

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

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

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

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