#684132

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

Shades of Jambalaya #684132

Tints of Jambalaya #684132

Color information

#684132 (or 0x684132) is unknown color: approx Jambalaya. HEX triplet: 68, 41 and 32. RGB value is (104,65,50). Sum of RGB (Red+Green+Blue) = 104+65+50=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #684132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684132 is #97BECD. Grayscale: #4B4B4B. Windows color (decimal): -9944782 or 3293544. OLE color: 3293544.

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

Color convert

RGB1046550-
CMYK00.380.520.59
HSL16.67º35.06%30.2%-
HSV(B)16.67º51.92%40.78%-
XYZ8.176.953.93-
YUV74.95113.92148.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=47.49%
G=29.68%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104655000.380.520.5916.6735.0630.2
Hex684132026343B11231e
Octal150101620466473214336
Binary1101000100000111001001001101101001110111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684132; }

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

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

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

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

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

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

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

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