Html Css Color HEX #685214 Raw Umber

📋 copy color: '#685214'

red 104 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #685214

Tints of Raw Umber #685214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 50.49%
G = 39.81%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#685214 (or 0x685214) is known color: Raw Umber. HEX triplet: 68, 52 and 14. RGB value is (104,82,20). Sum of RGB (Red+Green+Blue) = 104+82+20=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685214 is #97ADEB. Grayscale: #515151. Windows color (decimal): -9940460 or 1331816. OLE color: 1331816.

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

Color convert

RGB 104 82 20 -
CMYK 0 0.21 0.81 0.59
HSL 44.29º 0.68% 0.24% -
HSV(B) 44.29º 0.81% 0.41% -
XYZ 8.85 9.03 1.94 -
YUV 81.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 104 82 20 0 0.21 0.81 0.59 44.29 0.68 0.24
Hex 68 52 14 0 15 51 3B 2C 44 18
Octal 150 122 24 0 25 121 73 54 104 30
Binary 1101000 1010010 10100 0 10101 1010001 111011 101100 1000100 11000

Color Harmonies of #685214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685214

Black with #685214

Text Example


Text Example

White with #685214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685214; }

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

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

background-color css

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

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

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

border-color css

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

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

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