Html Css Color HEX #685313 Raw Umber

📋 copy color: '#685313'

red 104 ◦ green 83 ◦ blue 19

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

Shades of Raw Umber #685313

Tints of Raw Umber #685313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 50.49%
G = 40.29%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685313 (or 0x685313) is known color: Raw Umber. HEX triplet: 68, 53 and 13. RGB value is (104,83,19). Sum of RGB (Red+Green+Blue) = 104+83+19=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685313 is #97ACEC. Grayscale: #525252. Windows color (decimal): -9940205 or 1266536. OLE color: 1266536.

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

Color convert

RGB 104 83 19 -
CMYK 0 0.20 0.82 0.59
HSL 45.18º 0.69% 0.24% -
HSV(B) 45.18º 0.82% 0.41% -
XYZ 8.92 9.18 1.92 -
YUV 81.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 104 83 19 0 0.20 0.82 0.59 45.18 0.69 0.24
Hex 68 53 13 0 14 52 3B 2D 45 18
Octal 150 123 23 0 24 122 73 55 105 30
Binary 1101000 1010011 10011 0 10100 1010010 111011 101101 1000101 11000

Color Harmonies of #685313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685313

Black with #685313

Text Example


Text Example

White with #685313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685313; }

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

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

background-color css

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

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

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

border-color css

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

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

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