Html Css Color HEX #685018 Raw Umber

📋 copy color: '#685018'

red 104 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #685018

Tints of Raw Umber #685018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 50%
G = 38.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685018 (or 0x685018) is known color: Raw Umber. HEX triplet: 68, 50 and 18. RGB value is (104,80,24). Sum of RGB (Red+Green+Blue) = 104+80+24=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685018 is #97AFE7. Grayscale: #515151. Windows color (decimal): -9940968 or 1593448. OLE color: 1593448.

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

Color convert

RGB 104 80 24 -
CMYK 0 0.23 0.77 0.59
HSL 42º 0.63% 0.25% -
HSV(B) 42º 0.77% 0.41% -
XYZ 8.74 8.75 2.09 -
YUV 80.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 104 80 24 0 0.23 0.77 0.59 42 0.63 0.25
Hex 68 50 18 0 17 4D 3B 2A 3E 19
Octal 150 120 30 0 27 115 73 52 76 31
Binary 1101000 1010000 11000 0 10111 1001101 111011 101010 111110 11001

Color Harmonies of #685018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685018

Black with #685018

Text Example


Text Example

White with #685018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685018; }

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

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

background-color css

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

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

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

border-color css

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

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

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