Html Css Color HEX #685010 Raw Umber

📋 copy color: '#685010'

red 104 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #685010

Tints of Raw Umber #685010

RGB

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

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

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

R = 52%
G = 40%
B = 8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#685010 (or 0x685010) is known color: Raw Umber. HEX triplet: 68, 50 and 10. RGB value is (104,80,16). Sum of RGB (Red+Green+Blue) = 104+80+16=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685010 is #97AFEF. Grayscale: #505050. Windows color (decimal): -9940976 or 1069160. OLE color: 1069160.

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

Color convert

RGB 104 80 16 -
CMYK 0 0.23 0.85 0.59
HSL 43.64º 0.73% 0.24% -
HSV(B) 43.64º 0.85% 0.41% -
XYZ 8.67 8.72 1.72 -
YUV 79.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 104 80 16 0 0.23 0.85 0.59 43.64 0.73 0.24
Hex 68 50 10 0 17 55 3B 2C 49 18
Octal 150 120 20 0 27 125 73 54 111 30
Binary 1101000 1010000 10000 0 10111 1010101 111011 101100 1001001 11000

Color Harmonies of #685010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685010

Black with #685010

Text Example


Text Example

White with #685010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685010; }

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

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

background-color css

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

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

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

border-color css

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

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

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