#684735

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

Shades of Jambalaya #684735

Tints of Jambalaya #684735

Color information

#684735 (or 0x684735) is unknown color: approx Jambalaya. HEX triplet: 68, 47 and 35. RGB value is (104,71,53). Sum of RGB (Red+Green+Blue) = 104+71+53=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #684735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684735 is #97B8CA. Grayscale: #4E4E4E. Windows color (decimal): -9943243 or 3491688. OLE color: 3491688.

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

Color convert

RGB1047153-
CMYK00.320.490.59
HSL21.18º32.48%30.78%-
HSV(B)21.18º49.04%40.78%-
XYZ8.67.714.4-
YUV78.82113.43145.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=45.61%
G=31.14%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104715300.320.490.5921.1832.4830.78
Hex684735020313B15201f
Octal150107650406173254037
Binary1101000100011111010101000001100011110111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684735; }

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

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

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

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

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

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

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

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