#684632

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

Shades of Jambalaya #684632

Tints of Jambalaya #684632

Color information

#684632 (or 0x684632) is unknown color: approx Jambalaya. HEX triplet: 68, 46 and 32. RGB value is (104,70,50). Sum of RGB (Red+Green+Blue) = 104+70+50=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #684632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684632 is #97B9CD. Grayscale: #4E4E4E. Windows color (decimal): -9943502 or 3294824. OLE color: 3294824.

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

Color convert

RGB1047050-
CMYK00.330.520.59
HSL22.22º35.06%30.2%-
HSV(B)22.22º51.92%40.78%-
XYZ8.477.554.03-
YUV77.89112.26146.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=46.43%
G=31.25%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104705000.330.520.5922.2235.0630.2
Hex684632021343B16231e
Octal150106620416473264336
Binary1101000100011011001001000011101001110111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684632; }

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

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

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

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

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

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

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

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