Html Css Color HEX #685701 Raw Umber

📋 copy color: '#685701'

red 104 ◦ green 87 ◦ blue 1

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

Shades of Raw Umber #685701

Tints of Raw Umber #685701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 54.17%
G = 45.31%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685701 (or 0x685701) is known color: Raw Umber. HEX triplet: 68, 57 and 01. RGB value is (104,87,1). Sum of RGB (Red+Green+Blue) = 104+87+1=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685701 is #97A8FE. Grayscale: #525252. Windows color (decimal): -9939199 or 87912. OLE color: 87912.

HSL color Cylindrical-coordinate representation of color #685701: hue angle of 50.1º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #685701 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 1 -
CMYK 0 0.16 0.99 0.59
HSL 50.1º 0.98% 0.21% -
HSV(B) 50.1º 0.99% 0.41% -
XYZ 9.12 9.76 1.43 -
YUV 82.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 104 87 1 0 0.16 0.99 0.59 50.1 0.98 0.21
Hex 68 57 1 0 10 63 3B 32 62 15
Octal 150 127 1 0 20 143 73 62 142 25
Binary 1101000 1010111 1 0 10000 1100011 111011 110010 1100010 10101

Color Harmonies of #685701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685701

Black with #685701

Text Example


Text Example

White with #685701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685701; }

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

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

background-color css

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

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

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

border-color css

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

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

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