Html Css Color HEX #685110 Raw Umber

📋 copy color: '#685110'

red 104 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #685110

Tints of Raw Umber #685110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 51.74%
G = 40.3%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#685110 (or 0x685110) is known color: Raw Umber. HEX triplet: 68, 51 and 10. RGB value is (104,81,16). Sum of RGB (Red+Green+Blue) = 104+81+16=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #685110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685110 is #97AEEF. Grayscale: #505050. Windows color (decimal): -9940720 or 1069416. OLE color: 1069416.

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

Color convert

RGB 104 81 16 -
CMYK 0 0.22 0.85 0.59
HSL 44.32º 0.73% 0.24% -
HSV(B) 44.32º 0.85% 0.41% -
XYZ 8.74 8.87 1.74 -
YUV 80.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 104 81 16 0 0.22 0.85 0.59 44.32 0.73 0.24
Hex 68 51 10 0 16 55 3B 2C 49 18
Octal 150 121 20 0 26 125 73 54 111 30
Binary 1101000 1010001 10000 0 10110 1010101 111011 101100 1001001 11000

Color Harmonies of #685110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685110

Black with #685110

Text Example


Text Example

White with #685110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685110; }

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

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

background-color css

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

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

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

border-color css

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

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

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