Html Css Color HEX #685116 Raw Umber

📋 copy color: '#685116'

red 104 ◦ green 81 ◦ blue 22

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

Shades of Raw Umber #685116

Tints of Raw Umber #685116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 50.24%
G = 39.13%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#685116 (or 0x685116) is known color: Raw Umber. HEX triplet: 68, 51 and 16. RGB value is (104,81,22). Sum of RGB (Red+Green+Blue) = 104+81+22=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #685116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685116 is #97AEE9. Grayscale: #515151. Windows color (decimal): -9940714 or 1462632. OLE color: 1462632.

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

Color convert

RGB 104 81 22 -
CMYK 0 0.22 0.79 0.59
HSL 43.17º 0.65% 0.25% -
HSV(B) 43.17º 0.79% 0.41% -
XYZ 8.8 8.89 2.01 -
YUV 81.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 104 81 22 0 0.22 0.79 0.59 43.17 0.65 0.25
Hex 68 51 16 0 16 4F 3B 2B 41 19
Octal 150 121 26 0 26 117 73 53 101 31
Binary 1101000 1010001 10110 0 10110 1001111 111011 101011 1000001 11001

Color Harmonies of #685116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685116

Black with #685116

Text Example


Text Example

White with #685116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685116; }

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

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

background-color css

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

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

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

border-color css

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

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

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