Html Css Color HEX #684931 Jambalaya

📋 copy color: '#684931'

red 104 ◦ green 73 ◦ blue 49

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

Shades of Jambalaya #684931

Tints of Jambalaya #684931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 46.02%
G = 32.3%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684931 (or 0x684931) is known color: Jambalaya. HEX triplet: 68, 49 and 31. RGB value is (104,73,49). Sum of RGB (Red+Green+Blue) = 104+73+49=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684931 is #97B6CE. Grayscale: #4F4F4F. Windows color (decimal): -9942735 or 3230056. OLE color: 3230056.

HSL color Cylindrical-coordinate representation of color #684931: hue angle of 26.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684931 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 49 -
CMYK 0 0.30 0.53 0.59
HSL 26.18º 0.36% 0.3% -
HSV(B) 26.18º 0.53% 0.41% -
XYZ 8.65 7.93 3.98 -
YUV 79.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 104 73 49 0 0.30 0.53 0.59 26.18 0.36 0.3
Hex 68 49 31 0 1E 35 3B 1A 24 1E
Octal 150 111 61 0 36 65 73 32 44 36
Binary 1101000 1001001 110001 0 11110 110101 111011 11010 100100 11110

Color Harmonies of #684931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684931

Black with #684931

Text Example


Text Example

White with #684931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684931; }

 p { color: rgb(104,73,49); }

 H1.HeaderClassName
 {
   color: #684931;
 }
 .AnyTagClassName
 {
   color: #684931;
 }
</style>

background-color css

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

 a { background-color: rgb(104,73,49); }

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

border-color css

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

 span { border-color: rgb(104,73,49); }

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