#684A32

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

Shades of Jambalaya #684A32

Tints of Jambalaya #684A32

Color information

#684A32 (or 0x684A32) is unknown color: approx Jambalaya. HEX triplet: 68, 4A and 32. RGB value is (104,74,50). Sum of RGB (Red+Green+Blue) = 104+74+50=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #684A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A32 is #97B5CD. Grayscale: #505050. Windows color (decimal): -9942478 or 3295848. OLE color: 3295848.

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

Color convert

RGB1047450-
CMYK00.290.520.59
HSL26.67º35.06%30.2%-
HSV(B)26.67º51.92%40.78%-
XYZ8.738.074.12-
YUV80.23110.94144.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=45.61%
G=32.46%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104745000.290.520.5926.6735.0630.2
Hex684A3201D343B1b231e
Octal150112620356473334336
Binary110100010010101100100111011101001110111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A32; }

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

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

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

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

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

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

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

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