Html Css Color HEX #684A3A Jambalaya

📋 copy color: '#684A3A'

red 104 ◦ green 74 ◦ blue 58

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

Shades of Jambalaya #684A3A

Tints of Jambalaya #684A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 44.07%
G = 31.36%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#684A3A (or 0x684A3A) is known color: Jambalaya. HEX triplet: 68, 4A and 3A. RGB value is (104,74,58). Sum of RGB (Red+Green+Blue) = 104+74+58=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3A is #97B5C5. Grayscale: #515151. Windows color (decimal): -9942470 or 3820136. OLE color: 3820136.

HSL color Cylindrical-coordinate representation of color #684A3A: hue angle of 20.87º 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 #684A3A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 58 -
CMYK 0 0.29 0.44 0.59
HSL 20.87º 0.28% 0.32% -
HSV(B) 20.87º 0.44% 0.41% -
XYZ 8.92 8.15 5.11 -
YUV 81.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 104 74 58 0 0.29 0.44 0.59 20.87 0.28 0.32
Hex 68 4A 3A 0 1D 2C 3B 15 1C 20
Octal 150 112 72 0 35 54 73 25 34 40
Binary 1101000 1001010 111010 0 11101 101100 111011 10101 11100 100000

Color Harmonies of #684A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A3A

Black with #684A3A

Text Example


Text Example

White with #684A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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