Html Css Color HEX #684520 Dark Brown

📋 copy color: '#684520'

red 104 ◦ green 69 ◦ blue 32

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

Shades of Dark Brown #684520

Tints of Dark Brown #684520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 50.73%
G = 33.66%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#684520 (or 0x684520) is known color: Dark Brown. HEX triplet: 68, 45 and 20. RGB value is (104,69,32). Sum of RGB (Red+Green+Blue) = 104+69+32=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684520 is #97BADF. Grayscale: #4B4B4B. Windows color (decimal): -9943776 or 2114920. OLE color: 2114920.

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

Color convert

RGB 104 69 32 -
CMYK 0 0.34 0.69 0.59
HSL 30.83º 0.53% 0.27% -
HSV(B) 30.83º 0.69% 0.41% -
XYZ 8.1 7.3 2.35 -
YUV 75.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 104 69 32 0 0.34 0.69 0.59 30.83 0.53 0.27
Hex 68 45 20 0 22 45 3B 1F 35 1B
Octal 150 105 40 0 42 105 73 37 65 33
Binary 1101000 1000101 100000 0 100010 1000101 111011 11111 110101 11011

Color Harmonies of #684520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684520

Black with #684520

Text Example


Text Example

White with #684520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684520; }

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

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

background-color css

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

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

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

border-color css

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

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

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