#684D36

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

Shades of Jambalaya #684D36

Tints of Jambalaya #684D36

Color information

#684D36 (or 0x684D36) is unknown color: approx Jambalaya. HEX triplet: 68, 4D and 36. RGB value is (104,77,54). Sum of RGB (Red+Green+Blue) = 104+77+54=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D36 is #97B2C9. Grayscale: #525252. Windows color (decimal): -9941706 or 3558760. OLE color: 3558760.

HSL color Cylindrical-coordinate representation of color #684D36: hue angle of 27.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #684D36 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1047754-
CMYK00.260.480.59
HSL27.6º31.65%30.98%-
HSV(B)27.6º48.08%40.78%-
XYZ9.038.524.66-
YUV82.45111.95143.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=44.26%
G=32.77%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104775400.260.480.5927.631.6530.98
Hex684D3601A303B1c201f
Octal150115660326073344037
Binary110100010011011101100110101100001110111110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D36; }

 p { color: rgb(104,77,54); }

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

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

 a { background-color: rgb(104,77,54); }

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

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

 span { border-color: rgb(104,77,54); }

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