Html Css Color HEX #685514 Raw Umber

📋 copy color: '#685514'

red 104 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #685514

Tints of Raw Umber #685514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 49.76%
G = 40.67%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#685514 (or 0x685514) is known color: Raw Umber. HEX triplet: 68, 55 and 14. RGB value is (104,85,20). Sum of RGB (Red+Green+Blue) = 104+85+20=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685514 is #97AAEB. Grayscale: #535353. Windows color (decimal): -9939692 or 1332584. OLE color: 1332584.

HSL color Cylindrical-coordinate representation of color #685514: hue angle of 46.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #685514 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 20 -
CMYK 0 0.18 0.81 0.59
HSL 46.43º 0.68% 0.24% -
HSV(B) 46.43º 0.81% 0.41% -
XYZ 9.08 9.49 2.01 -
YUV 83.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 104 85 20 0 0.18 0.81 0.59 46.43 0.68 0.24
Hex 68 55 14 0 12 51 3B 2E 44 18
Octal 150 125 24 0 22 121 73 56 104 30
Binary 1101000 1010101 10100 0 10010 1010001 111011 101110 1000100 11000

Color Harmonies of #685514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685514

Black with #685514

Text Example


Text Example

White with #685514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685514; }

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

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

background-color css

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

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

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

border-color css

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

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

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