Html Css Color HEX #685613 Raw Umber

📋 copy color: '#685613'

red 104 ◦ green 86 ◦ blue 19

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

Shades of Raw Umber #685613

Tints of Raw Umber #685613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

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

R = 49.76%
G = 41.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685613 (or 0x685613) is known color: Raw Umber. HEX triplet: 68, 56 and 13. RGB value is (104,86,19). Sum of RGB (Red+Green+Blue) = 104+86+19=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685613 is #97A9EC. Grayscale: #545454. Windows color (decimal): -9939437 or 1267304. OLE color: 1267304.

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

Color convert

RGB 104 86 19 -
CMYK 0 0.17 0.82 0.59
HSL 47.29º 0.69% 0.24% -
HSV(B) 47.29º 0.82% 0.41% -
XYZ 9.15 9.65 2 -
YUV 83.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 104 86 19 0 0.17 0.82 0.59 47.29 0.69 0.24
Hex 68 56 13 0 11 52 3B 2F 45 18
Octal 150 126 23 0 21 122 73 57 105 30
Binary 1101000 1010110 10011 0 10001 1010010 111011 101111 1000101 11000

Color Harmonies of #685613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685613

Black with #685613

Text Example


Text Example

White with #685613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685613; }

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

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

background-color css

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

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

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

border-color css

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

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

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