#684C35

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

Shades of Jambalaya #684C35

Tints of Jambalaya #684C35

Color information

#684C35 (or 0x684C35) is unknown color: approx Jambalaya. HEX triplet: 68, 4C and 35. RGB value is (104,76,53). Sum of RGB (Red+Green+Blue) = 104+76+53=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #684C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C35 is #97B3CA. Grayscale: #515151. Windows color (decimal): -9941963 or 3492968. OLE color: 3492968.

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

Color convert

RGB1047653-
CMYK00.270.490.59
HSL27.06º32.48%30.78%-
HSV(B)27.06º49.04%40.78%-
XYZ8.948.374.51-
YUV81.75111.78143.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=44.64%
G=32.62%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104765300.270.490.5927.0632.4830.78
Hex684C3501B313B1b201f
Octal150114650336173334037
Binary110100010011001101010110111100011110111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,53); }

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

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

 a { background-color: rgb(104,76,53); }

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

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

 span { border-color: rgb(104,76,53); }

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