Html Css Color HEX #685219 Raw Umber

📋 copy color: '#685219'

red 104 ◦ green 82 ◦ blue 25

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

Shades of Raw Umber #685219

Tints of Raw Umber #685219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 49.29%
G = 38.86%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#685219 (or 0x685219) is known color: Raw Umber. HEX triplet: 68, 52 and 19. RGB value is (104,82,25). Sum of RGB (Red+Green+Blue) = 104+82+25=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #685219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685219 is #97ADE6. Grayscale: #525252. Windows color (decimal): -9940455 or 1659496. OLE color: 1659496.

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

Color convert

RGB 104 82 25 -
CMYK 0 0.21 0.76 0.59
HSL 43.29º 0.61% 0.25% -
HSV(B) 43.29º 0.76% 0.41% -
XYZ 8.9 9.05 2.2 -
YUV 82.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 104 82 25 0 0.21 0.76 0.59 43.29 0.61 0.25
Hex 68 52 19 0 15 4C 3B 2B 3D 19
Octal 150 122 31 0 25 114 73 53 75 31
Binary 1101000 1010010 11001 0 10101 1001100 111011 101011 111101 11001

Color Harmonies of #685219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685219

Black with #685219

Text Example


Text Example

White with #685219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685219; }

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

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

background-color css

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

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

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

border-color css

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

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

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