Html Css Color HEX #684A45 Congo Brown

📋 copy color: '#684A45'

red 104 ◦ green 74 ◦ blue 69

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

Shades of Congo Brown #684A45

Tints of Congo Brown #684A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 42.11%
G = 29.96%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#684A45 (or 0x684A45) is known color: Congo Brown. HEX triplet: 68, 4A and 45. RGB value is (104,74,69). Sum of RGB (Red+Green+Blue) = 104+74+69=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #684A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A45 is #97B5BA. Grayscale: #525252. Windows color (decimal): -9942459 or 4541032. OLE color: 4541032.

HSL color Cylindrical-coordinate representation of color #684A45: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684A45 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 69 -
CMYK 0 0.29 0.34 0.59
HSL 8.57º 0.2% 0.34% -
HSV(B) 8.57º 0.34% 0.41% -
XYZ 9.23 8.27 6.74 -
YUV 82.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 104 74 69 0 0.29 0.34 0.59 8.57 0.2 0.34
Hex 68 4A 45 0 1D 22 3B 9 14 22
Octal 150 112 105 0 35 42 73 11 24 42
Binary 1101000 1001010 1000101 0 11101 100010 111011 1001 10100 100010

Color Harmonies of #684A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A45

Black with #684A45

Text Example


Text Example

White with #684A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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