#684B34

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

Shades of Jambalaya #684B34

Tints of Jambalaya #684B34

Color information

#684B34 (or 0x684B34) is unknown color: approx Jambalaya. HEX triplet: 68, 4B and 34. RGB value is (104,75,52). Sum of RGB (Red+Green+Blue) = 104+75+52=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B34 is #97B4CB. Grayscale: #515151. Windows color (decimal): -9942220 or 3427176. OLE color: 3427176.

HSL color Cylindrical-coordinate representation of color #684B34: hue angle of 26.54º 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 #684B34 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1047552-
CMYK00.280.500.59
HSL26.54º33.33%30.59%-
HSV(B)26.54º50%40.78%-
XYZ8.848.224.37-
YUV81.05111.61144.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=45.02%
G=32.47%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104755200.280.500.5926.5433.3330.59
Hex684B3401C323B1b211f
Octal150113640346273334137
Binary110100010010111101000111001100101110111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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