Html Css Color HEX #685213 Raw Umber

📋 copy color: '#685213'

red 104 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #685213

Tints of Raw Umber #685213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 50.73%
G = 40%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685213 (or 0x685213) is known color: Raw Umber. HEX triplet: 68, 52 and 13. RGB value is (104,82,19). Sum of RGB (Red+Green+Blue) = 104+82+19=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685213 is #97ADEC. Grayscale: #515151. Windows color (decimal): -9940461 or 1266280. OLE color: 1266280.

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

Color convert

RGB 104 82 19 -
CMYK 0 0.21 0.82 0.59
HSL 44.47º 0.69% 0.24% -
HSV(B) 44.47º 0.82% 0.41% -
XYZ 8.84 9.02 1.89 -
YUV 81.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 104 82 19 0 0.21 0.82 0.59 44.47 0.69 0.24
Hex 68 52 13 0 15 52 3B 2C 45 18
Octal 150 122 23 0 25 122 73 54 105 30
Binary 1101000 1010010 10011 0 10101 1010010 111011 101100 1000101 11000

Color Harmonies of #685213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685213

Black with #685213

Text Example


Text Example

White with #685213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685213; }

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

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

background-color css

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

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

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

border-color css

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

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

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