Html Css Color HEX #684E3A Jambalaya

📋 copy color: '#684E3A'

red 104 ◦ green 78 ◦ blue 58

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

Shades of Jambalaya #684E3A

Tints of Jambalaya #684E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 43.33%
G = 32.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#684E3A (or 0x684E3A) is known color: Jambalaya. HEX triplet: 68, 4E and 3A. RGB value is (104,78,58). Sum of RGB (Red+Green+Blue) = 104+78+58=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E3A is #97B1C5. Grayscale: #535353. Windows color (decimal): -9941446 or 3821160. OLE color: 3821160.

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

Color convert

RGB 104 78 58 -
CMYK 0 0.25 0.44 0.59
HSL 26.09º 0.28% 0.32% -
HSV(B) 26.09º 0.44% 0.41% -
XYZ 9.2 8.7 5.2 -
YUV 83.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 104 78 58 0 0.25 0.44 0.59 26.09 0.28 0.32
Hex 68 4E 3A 0 19 2C 3B 1A 1C 20
Octal 150 116 72 0 31 54 73 32 34 40
Binary 1101000 1001110 111010 0 11001 101100 111011 11010 11100 100000

Color Harmonies of #684E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E3A

Black with #684E3A

Text Example


Text Example

White with #684E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,78,58); }

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

background-color css

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

 a { background-color: rgb(104,78,58); }

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

border-color css

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

 span { border-color: rgb(104,78,58); }

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