#684635

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

Shades of Jambalaya #684635

Tints of Jambalaya #684635

Color information

#684635 (or 0x684635) is unknown color: approx Jambalaya. HEX triplet: 68, 46 and 35. RGB value is (104,70,53). Sum of RGB (Red+Green+Blue) = 104+70+53=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684635 is #97B9CA. Grayscale: #4E4E4E. Windows color (decimal): -9943499 or 3491432. OLE color: 3491432.

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

Color convert

RGB1047053-
CMYK00.330.490.59
HSL20º32.48%30.78%-
HSV(B)20º49.04%40.78%-
XYZ8.547.584.38-
YUV78.23113.76146.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=45.81%
G=30.84%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104705300.330.490.592032.4830.78
Hex684635021313B14201f
Octal150106650416173244037
Binary1101000100011011010101000011100011110111010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684635; }

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

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

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

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

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

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

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

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