#685039

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

Shades of Jambalaya #685039

Tints of Jambalaya #685039

Color information

#685039 (or 0x685039) is unknown color: approx Jambalaya. HEX triplet: 68, 50 and 39. RGB value is (104,80,57). Sum of RGB (Red+Green+Blue) = 104+80+57=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685039 is #97AFC6. Grayscale: #545454. Windows color (decimal): -9940935 or 3756136. OLE color: 3756136.

HSL color Cylindrical-coordinate representation of color #685039: hue angle of 29.36º 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 #685039 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1048057-
CMYK00.230.450.59
HSL29.36º29.19%31.57%-
HSV(B)29.36º45.19%40.78%-
XYZ9.328.985.11-
YUV84.55112.45141.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=43.15%
G=33.20%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104805700.230.450.5929.3629.1931.57
Hex6850390172D3B1d1d20
Octal150120710275573353540
Binary110100010100001110010101111011011110111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685039; }

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

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

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

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

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

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

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

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