Html Css Color HEX #685F00 Raw Umber

📋 copy color: '#685F00'

red 104 ◦ green 95 ◦ blue 0

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

Shades of Raw Umber #685F00

Tints of Raw Umber #685F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.74%

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

R = 52.26%
G = 47.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685F00 (or 0x685F00) is known color: Raw Umber. HEX triplet: 68, 5F and 00. RGB value is (104,95,0). Sum of RGB (Red+Green+Blue) = 104+95+0=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #685F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F00 is #97A0FF. Grayscale: #575757. Windows color (decimal): -9937152 or 24424. OLE color: 24424.

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

Color convert

RGB 104 95 0 -
CMYK 0 0.09 1 0.59
HSL 54.81º 1% 0.2% -
HSV(B) 54.81º 1% 0.41% -
XYZ 9.8 11.13 1.63 -
YUV 86.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 104 95 0 0 0.09 1 0.59 54.81 1 0.2
Hex 68 5F 0 0 9 64 3B 37 64 14
Octal 150 137 0 0 11 144 73 67 144 24
Binary 1101000 1011111 0 0 1001 1100100 111011 110111 1100100 10100

Color Harmonies of #685F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F00

Black with #685F00

Text Example


Text Example

White with #685F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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