Html Css Color HEX #685001 Raw Umber

📋 copy color: '#685001'

red 104 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #685001

Tints of Raw Umber #685001

RGB

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

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

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

R = 56.22%
G = 43.24%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685001 (or 0x685001) is known color: Raw Umber. HEX triplet: 68, 50 and 01. RGB value is (104,80,1). Sum of RGB (Red+Green+Blue) = 104+80+1=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #685001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685001 is #97AFFE. Grayscale: #4E4E4E. Windows color (decimal): -9940991 or 86120. OLE color: 86120.

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

Color convert

RGB 104 80 1 -
CMYK 0 0.23 0.99 0.59
HSL 46.02º 0.98% 0.21% -
HSV(B) 46.02º 0.99% 0.41% -
XYZ 8.58 8.68 1.25 -
YUV 78.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 104 80 1 0 0.23 0.99 0.59 46.02 0.98 0.21
Hex 68 50 1 0 17 63 3B 2E 62 15
Octal 150 120 1 0 27 143 73 56 142 25
Binary 1101000 1010000 1 0 10111 1100011 111011 101110 1100010 10101

Color Harmonies of #685001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685001

Black with #685001

Text Example


Text Example

White with #685001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685001; }

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

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

background-color css

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

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

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

border-color css

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

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

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