Html Css Color HEX #685011 Raw Umber

📋 copy color: '#685011'

red 104 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #685011

Tints of Raw Umber #685011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 51.74%
G = 39.8%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#685011 (or 0x685011) is known color: Raw Umber. HEX triplet: 68, 50 and 11. RGB value is (104,80,17). Sum of RGB (Red+Green+Blue) = 104+80+17=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #685011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685011 is #97AFEE. Grayscale: #505050. Windows color (decimal): -9940975 or 1134696. OLE color: 1134696.

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

Color convert

RGB 104 80 17 -
CMYK 0 0.23 0.84 0.59
HSL 43.45º 0.72% 0.24% -
HSV(B) 43.45º 0.84% 0.41% -
XYZ 8.68 8.72 1.76 -
YUV 79.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 104 80 17 0 0.23 0.84 0.59 43.45 0.72 0.24
Hex 68 50 11 0 17 54 3B 2B 48 18
Octal 150 120 21 0 27 124 73 53 110 30
Binary 1101000 1010000 10001 0 10111 1010100 111011 101011 1001000 11000

Color Harmonies of #685011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685011

Black with #685011

Text Example


Text Example

White with #685011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685011; }

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

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

background-color css

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

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

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

border-color css

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

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

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