#684732

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

Shades of Jambalaya #684732

Tints of Jambalaya #684732

Color information

#684732 (or 0x684732) is unknown color: approx Jambalaya. HEX triplet: 68, 47 and 32. RGB value is (104,71,50). Sum of RGB (Red+Green+Blue) = 104+71+50=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684732 is #97B8CD. Grayscale: #4E4E4E. Windows color (decimal): -9943246 or 3295080. OLE color: 3295080.

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

Color convert

RGB1047150-
CMYK00.320.520.59
HSL23.33º35.06%30.2%-
HSV(B)23.33º51.92%40.78%-
XYZ8.547.684.05-
YUV78.47111.93146.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=46.22%
G=31.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104715000.320.520.5923.3335.0630.2
Hex684732020343B17231e
Octal150107620406473274336
Binary1101000100011111001001000001101001110111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684732; }

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

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

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

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

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

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

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

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