#684432

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

Shades of Jambalaya #684432

Tints of Jambalaya #684432

Color information

#684432 (or 0x684432) is unknown color: approx Jambalaya. HEX triplet: 68, 44 and 32. RGB value is (104,68,50). Sum of RGB (Red+Green+Blue) = 104+68+50=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684432 is #97BBCD. Grayscale: #4C4C4C. Windows color (decimal): -9944014 or 3294312. OLE color: 3294312.

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

Color convert

RGB1046850-
CMYK00.350.520.59
HSL20º35.06%30.2%-
HSV(B)20º51.92%40.78%-
XYZ8.357.313.99-
YUV76.71112.93147.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=46.85%
G=30.63%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104685000.350.520.592035.0630.2
Hex684432023343B14231e
Octal150104620436473244336
Binary1101000100010011001001000111101001110111010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684432; }

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

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

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

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

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

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

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

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