#684B36

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

Shades of Jambalaya #684B36

Tints of Jambalaya #684B36

Color information

#684B36 (or 0x684B36) is unknown color: approx Jambalaya. HEX triplet: 68, 4B and 36. RGB value is (104,75,54). Sum of RGB (Red+Green+Blue) = 104+75+54=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #684B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B36 is #97B4C9. Grayscale: #515151. Windows color (decimal): -9942218 or 3558248. OLE color: 3558248.

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

Color convert

RGB1047554-
CMYK00.280.480.59
HSL25.2º31.65%30.98%-
HSV(B)25.2º48.08%40.78%-
XYZ8.898.244.61-
YUV81.28112.61144.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=44.64%
G=32.19%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104755400.280.480.5925.231.6530.98
Hex684B3601C303B19201f
Octal150113660346073314037
Binary110100010010111101100111001100001110111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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