Html Css Color HEX #685000 Raw Umber

📋 copy color: '#685000'

red 104 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #685000

Tints of Raw Umber #685000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685000 (or 0x685000) is known color: Raw Umber. HEX triplet: 68, 50 and 00. RGB value is (104,80,0). Sum of RGB (Red+Green+Blue) = 104+80+0=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #685000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685000 is #97AFFF. Grayscale: #4E4E4E. Windows color (decimal): -9940992 or 20584. OLE color: 20584.

HSL color Cylindrical-coordinate representation of color #685000: hue angle of 46.15º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 0 -
CMYK 0 0.23 1 0.59
HSL 46.15º 1% 0.2% -
HSV(B) 46.15º 1% 0.41% -
XYZ 8.58 8.68 1.22 -
YUV 78.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 104 80 0 0 0.23 1 0.59 46.15 1 0.2
Hex 68 50 0 0 17 64 3B 2E 64 14
Octal 150 120 0 0 27 144 73 56 144 24
Binary 1101000 1010000 0 0 10111 1100100 111011 101110 1100100 10100

Color Harmonies of #685000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685000

Black with #685000

Text Example


Text Example

White with #685000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685000; }

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

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

background-color css

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

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

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

border-color css

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

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

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