#684A39

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

Shades of Jambalaya #684A39

Tints of Jambalaya #684A39

Color information

#684A39 (or 0x684A39) is unknown color: approx Jambalaya. HEX triplet: 68, 4A and 39. RGB value is (104,74,57). Sum of RGB (Red+Green+Blue) = 104+74+57=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A39 is #97B5C6. Grayscale: #515151. Windows color (decimal): -9942471 or 3754600. OLE color: 3754600.

HSL color Cylindrical-coordinate representation of color #684A39: hue angle of 21.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684A39 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1047457-
CMYK00.290.450.59
HSL21.7º29.19%31.57%-
HSV(B)21.7º45.19%40.78%-
XYZ8.98.144.97-
YUV81.03114.44144.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=44.26%
G=31.49%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104745700.290.450.5921.729.1931.57
Hex684A3901D2D3B161d20
Octal150112710355573263540
Binary110100010010101110010111011011011110111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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