Html Css Color HEX #685513 Raw Umber

📋 copy color: '#685513'

red 104 ◦ green 85 ◦ blue 19

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

Shades of Raw Umber #685513

Tints of Raw Umber #685513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 50%
G = 40.87%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685513 (or 0x685513) is known color: Raw Umber. HEX triplet: 68, 55 and 13. RGB value is (104,85,19). Sum of RGB (Red+Green+Blue) = 104+85+19=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685513 is #97AAEC. Grayscale: #535353. Windows color (decimal): -9939693 or 1267048. OLE color: 1267048.

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

Color convert

RGB 104 85 19 -
CMYK 0 0.18 0.82 0.59
HSL 46.59º 0.69% 0.24% -
HSV(B) 46.59º 0.82% 0.41% -
XYZ 9.07 9.49 1.97 -
YUV 83.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 104 85 19 0 0.18 0.82 0.59 46.59 0.69 0.24
Hex 68 55 13 0 12 52 3B 2F 45 18
Octal 150 125 23 0 22 122 73 57 105 30
Binary 1101000 1010101 10011 0 10010 1010010 111011 101111 1000101 11000

Color Harmonies of #685513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685513

Black with #685513

Text Example


Text Example

White with #685513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685513; }

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

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

background-color css

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

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

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

border-color css

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

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

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