Html Css Color HEX #685039 Jambalaya

📋 copy color: '#685039'

red 104 ◦ green 80 ◦ blue 57

#685039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jambalaya #685039

Tints of Jambalaya #685039

RGB

 RED value IS 104 (41.02% from 255) = 43.15%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 43.15%
G = 33.2%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#685039 (or 0x685039) is known color: 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

RGB 104 80 57 -
CMYK 0 0.23 0.45 0.59
HSL 29.36º 0.29% 0.32% -
HSV(B) 29.36º 0.45% 0.41% -
XYZ 9.32 8.98 5.11 -
YUV 84.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 104 80 57 0 0.23 0.45 0.59 29.36 0.29 0.32
Hex 68 50 39 0 17 2D 3B 1D 1D 20
Octal 150 120 71 0 27 55 73 35 35 40
Binary 1101000 1010000 111001 0 10111 101101 111011 11101 11101 100000

Color Harmonies of #685039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685039

Black with #685039

Text Example


Text Example

White with #685039

Text Example


Text Example

HTML Codes & Css Web 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>