#684636

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

Shades of Jambalaya #684636

Tints of Jambalaya #684636

Color information

#684636 (or 0x684636) is unknown color: approx Jambalaya. HEX triplet: 68, 46 and 36. RGB value is (104,70,54). Sum of RGB (Red+Green+Blue) = 104+70+54=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #684636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684636 is #97B9C9. Grayscale: #4E4E4E. Windows color (decimal): -9943498 or 3556968. OLE color: 3556968.

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

Color convert

RGB1047054-
CMYK00.330.480.59
HSL19.2º31.65%30.98%-
HSV(B)19.2º48.08%40.78%-
XYZ8.567.594.5-
YUV78.34114.26146.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=45.61%
G=30.70%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104705400.330.480.5919.231.6530.98
Hex684636021303B13201f
Octal150106660416073234037
Binary1101000100011011011001000011100001110111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684636; }

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

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

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

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

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

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

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

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