Html Css Color HEX #685013 Raw Umber

📋 copy color: '#685013'

red 104 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #685013

Tints of Raw Umber #685013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

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

R = 51.23%
G = 39.41%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685013 (or 0x685013) is known color: Raw Umber. HEX triplet: 68, 50 and 13. RGB value is (104,80,19). Sum of RGB (Red+Green+Blue) = 104+80+19=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #685013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685013 is #97AFEC. Grayscale: #505050. Windows color (decimal): -9940973 or 1265768. OLE color: 1265768.

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

Color convert

RGB 104 80 19 -
CMYK 0 0.23 0.82 0.59
HSL 43.06º 0.69% 0.24% -
HSV(B) 43.06º 0.82% 0.41% -
XYZ 8.7 8.73 1.84 -
YUV 80.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 104 80 19 0 0.23 0.82 0.59 43.06 0.69 0.24
Hex 68 50 13 0 17 52 3B 2B 45 18
Octal 150 120 23 0 27 122 73 53 105 30
Binary 1101000 1010000 10011 0 10111 1010010 111011 101011 1000101 11000

Color Harmonies of #685013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685013

Black with #685013

Text Example


Text Example

White with #685013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685013; }

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

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

background-color css

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

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

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

border-color css

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

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

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