#684532

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

Shades of Jambalaya #684532

Tints of Jambalaya #684532

Color information

#684532 (or 0x684532) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 32. RGB value is (104,69,50). Sum of RGB (Red+Green+Blue) = 104+69+50=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684532 is #97BACD. Grayscale: #4D4D4D. Windows color (decimal): -9943758 or 3294568. OLE color: 3294568.

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

Color convert

RGB1046950-
CMYK00.340.520.59
HSL21.11º35.06%30.2%-
HSV(B)21.11º51.92%40.78%-
XYZ8.417.434.01-
YUV77.3112.6147.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=46.64%
G=30.94%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104695000.340.520.5921.1135.0630.2
Hex684532022343B15231e
Octal150105620426473254336
Binary1101000100010111001001000101101001110111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684532; }

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

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

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

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

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

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

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

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