Html Css Color HEX #685210 Raw Umber

📋 copy color: '#685210'

red 104 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #685210

Tints of Raw Umber #685210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 51.49%
G = 40.59%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#685210 (or 0x685210) is known color: Raw Umber. HEX triplet: 68, 52 and 10. RGB value is (104,82,16). Sum of RGB (Red+Green+Blue) = 104+82+16=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685210 is #97ADEF. Grayscale: #515151. Windows color (decimal): -9940464 or 1069672. OLE color: 1069672.

HSL color Cylindrical-coordinate representation of color #685210: hue angle of 45º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #685210 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 16 -
CMYK 0 0.21 0.85 0.59
HSL 45º 0.73% 0.24% -
HSV(B) 45º 0.85% 0.41% -
XYZ 8.82 9.02 1.77 -
YUV 81.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 104 82 16 0 0.21 0.85 0.59 45 0.73 0.24
Hex 68 52 10 0 15 55 3B 2D 49 18
Octal 150 122 20 0 25 125 73 55 111 30
Binary 1101000 1010010 10000 0 10101 1010101 111011 101101 1001001 11000

Color Harmonies of #685210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685210

Black with #685210

Text Example


Text Example

White with #685210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685210; }

 p { color: rgb(104,82,16); }

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

background-color css

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

 a { background-color: rgb(104,82,16); }

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

border-color css

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

 span { border-color: rgb(104,82,16); }

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