Html Css Color HEX #684131 Jambalaya

📋 copy color: '#684131'

red 104 ◦ green 65 ◦ blue 49

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

Shades of Jambalaya #684131

Tints of Jambalaya #684131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

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

R = 47.71%
G = 29.82%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684131 (or 0x684131) is known color: Jambalaya. HEX triplet: 68, 41 and 31. RGB value is (104,65,49). Sum of RGB (Red+Green+Blue) = 104+65+49=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684131 is #97BECE. Grayscale: #4A4A4A. Windows color (decimal): -9944783 or 3228008. OLE color: 3228008.

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

Color convert

RGB 104 65 49 -
CMYK 0 0.38 0.53 0.59
HSL 17.45º 0.36% 0.3% -
HSV(B) 17.45º 0.53% 0.41% -
XYZ 8.15 6.95 3.82 -
YUV 74.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 104 65 49 0 0.38 0.53 0.59 17.45 0.36 0.3
Hex 68 41 31 0 26 35 3B 11 24 1E
Octal 150 101 61 0 46 65 73 21 44 36
Binary 1101000 1000001 110001 0 100110 110101 111011 10001 100100 11110

Color Harmonies of #684131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684131

Black with #684131

Text Example


Text Example

White with #684131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684131; }

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

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

background-color css

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

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

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

border-color css

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

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

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