Html Css Color HEX #685E00 Raw Umber

📋 copy color: '#685E00'

red 104 ◦ green 94 ◦ blue 0

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

Shades of Raw Umber #685E00

Tints of Raw Umber #685E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.47%

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

R = 52.53%
G = 47.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685E00 (or 0x685E00) is known color: Raw Umber. HEX triplet: 68, 5E and 00. RGB value is (104,94,0). Sum of RGB (Red+Green+Blue) = 104+94+0=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E00 is #97A1FF. Grayscale: #565656. Windows color (decimal): -9937408 or 24168. OLE color: 24168.

HSL color Cylindrical-coordinate representation of color #685E00: hue angle of 54.23º 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 #685E00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 0 -
CMYK 0 0.10 1 0.59
HSL 54.23º 1% 0.2% -
HSV(B) 54.23º 1% 0.41% -
XYZ 9.71 10.95 1.6 -
YUV 86.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 104 94 0 0 0.10 1 0.59 54.23 1 0.2
Hex 68 5E 0 0 A 64 3B 36 64 14
Octal 150 136 0 0 12 144 73 66 144 24
Binary 1101000 1011110 0 0 1010 1100100 111011 110110 1100100 10100

Color Harmonies of #685E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E00

Black with #685E00

Text Example


Text Example

White with #685E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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