Html Css Color HEX #685113 Raw Umber

📋 copy color: '#685113'

red 104 ◦ green 81 ◦ blue 19

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

Shades of Raw Umber #685113

Tints of Raw Umber #685113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 50.98%
G = 39.71%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685113 (or 0x685113) is known color: Raw Umber. HEX triplet: 68, 51 and 13. RGB value is (104,81,19). Sum of RGB (Red+Green+Blue) = 104+81+19=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685113 is #97AEEC. Grayscale: #515151. Windows color (decimal): -9940717 or 1266024. OLE color: 1266024.

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

Color convert

RGB 104 81 19 -
CMYK 0 0.22 0.82 0.59
HSL 43.76º 0.69% 0.24% -
HSV(B) 43.76º 0.82% 0.41% -
XYZ 8.77 8.87 1.87 -
YUV 80.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 104 81 19 0 0.22 0.82 0.59 43.76 0.69 0.24
Hex 68 51 13 0 16 52 3B 2C 45 18
Octal 150 121 23 0 26 122 73 54 105 30
Binary 1101000 1010001 10011 0 10110 1010010 111011 101100 1000101 11000

Color Harmonies of #685113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685113

Black with #685113

Text Example


Text Example

White with #685113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685113; }

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

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

background-color css

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

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

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

border-color css

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

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

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