#684536

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

Shades of Jambalaya #684536

Tints of Jambalaya #684536

Color information

#684536 (or 0x684536) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 36. RGB value is (104,69,54). Sum of RGB (Red+Green+Blue) = 104+69+54=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684536 is #97BAC9. Grayscale: #4D4D4D. Windows color (decimal): -9943754 or 3556712. OLE color: 3556712.

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

Color convert

RGB1046954-
CMYK00.340.480.59
HSL18º31.65%30.98%-
HSV(B)18º48.08%40.78%-
XYZ8.57.474.48-
YUV77.76114.6146.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=45.81%
G=30.40%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104695400.340.480.591831.6530.98
Hex684536022303B12201f
Octal150105660426073224037
Binary1101000100010111011001000101100001110111001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684536; }

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

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

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

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

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

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

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

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