#684734

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

Shades of Jambalaya #684734

Tints of Jambalaya #684734

Color information

#684734 (or 0x684734) is unknown color: approx Jambalaya. HEX triplet: 68, 47 and 34. RGB value is (104,71,52). Sum of RGB (Red+Green+Blue) = 104+71+52=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684734 is #97B8CB. Grayscale: #4E4E4E. Windows color (decimal): -9943244 or 3426152. OLE color: 3426152.

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

Color convert

RGB1047152-
CMYK00.320.500.59
HSL21.92º33.33%30.59%-
HSV(B)21.92º50%40.78%-
XYZ8.587.74.28-
YUV78.7112.93146.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=45.81%
G=31.28%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104715200.320.500.5921.9233.3330.59
Hex684734020323B16211f
Octal150107640406273264137
Binary1101000100011111010001000001100101110111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684734; }

 p { color: rgb(104,71,52); }

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

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

 a { background-color: rgb(104,71,52); }

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

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

 span { border-color: rgb(104,71,52); }

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