#684A34

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

Shades of Jambalaya #684A34

Tints of Jambalaya #684A34

Color information

#684A34 (or 0x684A34) is unknown color: approx Jambalaya. HEX triplet: 68, 4A and 34. RGB value is (104,74,52). Sum of RGB (Red+Green+Blue) = 104+74+52=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A34 is #97B5CB. Grayscale: #505050. Windows color (decimal): -9942476 or 3426920. OLE color: 3426920.

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

Color convert

RGB1047452-
CMYK00.290.500.59
HSL25.38º33.33%30.59%-
HSV(B)25.38º50%40.78%-
XYZ8.788.094.35-
YUV80.46111.94144.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=45.22%
G=32.17%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104745200.290.500.5925.3833.3330.59
Hex684A3401D323B19211f
Octal150112640356273314137
Binary110100010010101101000111011100101110111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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