Html Css Color HEX #685111 Raw Umber

📋 copy color: '#685111'

red 104 ◦ green 81 ◦ blue 17

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

Shades of Raw Umber #685111

Tints of Raw Umber #685111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 51.49%
G = 40.1%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#685111 (or 0x685111) is known color: Raw Umber. HEX triplet: 68, 51 and 11. RGB value is (104,81,17). Sum of RGB (Red+Green+Blue) = 104+81+17=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685111 is #97AEEE. Grayscale: #505050. Windows color (decimal): -9940719 or 1134952. OLE color: 1134952.

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

Color convert

RGB 104 81 17 -
CMYK 0 0.22 0.84 0.59
HSL 44.14º 0.72% 0.24% -
HSV(B) 44.14º 0.84% 0.41% -
XYZ 8.75 8.87 1.78 -
YUV 80.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 104 81 17 0 0.22 0.84 0.59 44.14 0.72 0.24
Hex 68 51 11 0 16 54 3B 2C 48 18
Octal 150 121 21 0 26 124 73 54 110 30
Binary 1101000 1010001 10001 0 10110 1010100 111011 101100 1001000 11000

Color Harmonies of #685111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685111

Black with #685111

Text Example


Text Example

White with #685111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685111; }

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

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

background-color css

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

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

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

border-color css

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

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

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