Html Css Color HEX #684220 Dark Brown

📋 copy color: '#684220'

red 104 ◦ green 66 ◦ blue 32

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

Shades of Dark Brown #684220

Tints of Dark Brown #684220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 51.49%
G = 32.67%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#684220 (or 0x684220) is known color: Dark Brown. HEX triplet: 68, 42 and 20. RGB value is (104,66,32). Sum of RGB (Red+Green+Blue) = 104+66+32=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #684220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684220 is #97BDDF. Grayscale: #494949. Windows color (decimal): -9944544 or 2114152. OLE color: 2114152.

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

Color convert

RGB 104 66 32 -
CMYK 0 0.37 0.69 0.59
HSL 28.33º 0.53% 0.27% -
HSV(B) 28.33º 0.69% 0.41% -
XYZ 7.92 6.94 2.29 -
YUV 73.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 104 66 32 0 0.37 0.69 0.59 28.33 0.53 0.27
Hex 68 42 20 0 25 45 3B 1C 35 1B
Octal 150 102 40 0 45 105 73 34 65 33
Binary 1101000 1000010 100000 0 100101 1000101 111011 11100 110101 11011

Color Harmonies of #684220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684220

Black with #684220

Text Example


Text Example

White with #684220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684220; }

 p { color: rgb(104,66,32); }

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

background-color css

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

 a { background-color: rgb(104,66,32); }

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

border-color css

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

 span { border-color: rgb(104,66,32); }

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