#684D3A

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

Shades of Jambalaya #684D3A

Tints of Jambalaya #684D3A

Color information

#684D3A (or 0x684D3A) is unknown color: approx Jambalaya. HEX triplet: 68, 4D and 3A. RGB value is (104,77,58). Sum of RGB (Red+Green+Blue) = 104+77+58=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D3A is #97B2C5. Grayscale: #535353. Windows color (decimal): -9941702 or 3820904. OLE color: 3820904.

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

Color convert

RGB1047758-
CMYK00.260.440.59
HSL24.78º28.4%31.76%-
HSV(B)24.78º44.23%40.78%-
XYZ9.138.565.17-
YUV82.91113.95143.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=43.51%
G=32.22%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104775800.260.440.5924.7828.431.76
Hex684D3A01A2C3B191c20
Octal150115720325473313440
Binary110100010011011110100110101011001110111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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