Html Css Color HEX #685D01 Raw Umber

📋 copy color: '#685D01'

red 104 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #685D01

Tints of Raw Umber #685D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.97%

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

R = 52.53%
G = 46.97%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685D01 (or 0x685D01) is known color: Raw Umber. HEX triplet: 68, 5D and 01. RGB value is (104,93,1). Sum of RGB (Red+Green+Blue) = 104+93+1=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D01 is #97A2FE. Grayscale: #565656. Windows color (decimal): -9937663 or 89448. OLE color: 89448.

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

Color convert

RGB 104 93 1 -
CMYK 0 0.11 0.99 0.59
HSL 53.59º 0.98% 0.21% -
HSV(B) 53.59º 0.99% 0.41% -
XYZ 9.63 10.77 1.6 -
YUV 85.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 104 93 1 0 0.11 0.99 0.59 53.59 0.98 0.21
Hex 68 5D 1 0 B 63 3B 36 62 15
Octal 150 135 1 0 13 143 73 66 142 25
Binary 1101000 1011101 1 0 1011 1100011 111011 110110 1100010 10101

Color Harmonies of #685D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D01

Black with #685D01

Text Example


Text Example

White with #685D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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