Html Css Color HEX #685700 Raw Umber

📋 copy color: '#685700'

red 104 ◦ green 87 ◦ blue 0

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

Shades of Raw Umber #685700

Tints of Raw Umber #685700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 54.45%
G = 45.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685700 (or 0x685700) is known color: Raw Umber. HEX triplet: 68, 57 and 00. RGB value is (104,87,0). Sum of RGB (Red+Green+Blue) = 104+87+0=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #685700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685700 is #97A8FF. Grayscale: #525252. Windows color (decimal): -9939200 or 22376. OLE color: 22376.

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

Color convert

RGB 104 87 0 -
CMYK 0 0.16 1 0.59
HSL 50.19º 1% 0.2% -
HSV(B) 50.19º 1% 0.41% -
XYZ 9.12 9.76 1.4 -
YUV 82.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 104 87 0 0 0.16 1 0.59 50.19 1 0.2
Hex 68 57 0 0 10 64 3B 32 64 14
Octal 150 127 0 0 20 144 73 62 144 24
Binary 1101000 1010111 0 0 10000 1100100 111011 110010 1100100 10100

Color Harmonies of #685700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685700

Black with #685700

Text Example


Text Example

White with #685700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685700; }

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

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

background-color css

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

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

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

border-color css

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

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

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