#684232

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

Shades of Jambalaya #684232

Tints of Jambalaya #684232

Color information

#684232 (or 0x684232) is unknown color: approx Jambalaya. HEX triplet: 68, 42 and 32. RGB value is (104,66,50). Sum of RGB (Red+Green+Blue) = 104+66+50=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684232 is #97BDCD. Grayscale: #4B4B4B. Windows color (decimal): -9944526 or 3293800. OLE color: 3293800.

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

Color convert

RGB1046650-
CMYK00.370.520.59
HSL17.78º35.06%30.2%-
HSV(B)17.78º51.92%40.78%-
XYZ8.237.073.95-
YUV75.54113.59148.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=47.27%
G=30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104665000.370.520.5917.7835.0630.2
Hex684232025343B12231e
Octal150102620456473224336
Binary1101000100001011001001001011101001110111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684232; }

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

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

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

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

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

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

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

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