Html Css Color HEX #685E01 Raw Umber

📋 copy color: '#685E01'

red 104 ◦ green 94 ◦ blue 1

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

Shades of Raw Umber #685E01

Tints of Raw Umber #685E01

RGB

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

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

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

R = 52.26%
G = 47.24%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685E01 (or 0x685E01) is known color: Raw Umber. HEX triplet: 68, 5E and 01. RGB value is (104,94,1). Sum of RGB (Red+Green+Blue) = 104+94+1=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #685E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E01 is #97A1FE. Grayscale: #565656. Windows color (decimal): -9937407 or 89704. OLE color: 89704.

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

Color convert

RGB 104 94 1 -
CMYK 0 0.10 0.99 0.59
HSL 54.17º 0.98% 0.21% -
HSV(B) 54.17º 0.99% 0.41% -
XYZ 9.72 10.95 1.63 -
YUV 86.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 104 94 1 0 0.10 0.99 0.59 54.17 0.98 0.21
Hex 68 5E 1 0 A 63 3B 36 62 15
Octal 150 136 1 0 12 143 73 66 142 25
Binary 1101000 1011110 1 0 1010 1100011 111011 110110 1100010 10101

Color Harmonies of #685E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E01

Black with #685E01

Text Example


Text Example

White with #685E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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