#684938

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

Shades of Jambalaya #684938

Tints of Jambalaya #684938

Color information

#684938 (or 0x684938) is unknown color: approx Jambalaya. HEX triplet: 68, 49 and 38. RGB value is (104,73,56). Sum of RGB (Red+Green+Blue) = 104+73+56=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #684938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684938 is #97B6C7. Grayscale: #505050. Windows color (decimal): -9942728 or 3688808. OLE color: 3688808.

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

Color convert

RGB1047356-
CMYK00.300.460.59
HSL21.25º30%31.37%-
HSV(B)21.25º46.15%40.78%-
XYZ8.817.994.82-
YUV80.33114.27144.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=44.64%
G=31.33%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104735600.300.460.5921.253031.37
Hex68493801E2E3B151e1f
Octal150111700365673253637
Binary11010001001001111000011110101110111011101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684938; }

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

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

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

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

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

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

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

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