Html Css Color HEX #685A01 Raw Umber

📋 copy color: '#685A01'

red 104 ◦ green 90 ◦ blue 1

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

Shades of Raw Umber #685A01

Tints of Raw Umber #685A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.15%

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

R = 53.33%
G = 46.15%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685A01 (or 0x685A01) is known color: Raw Umber. HEX triplet: 68, 5A and 01. RGB value is (104,90,1). Sum of RGB (Red+Green+Blue) = 104+90+1=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #685A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A01 is #97A5FE. Grayscale: #545454. Windows color (decimal): -9938431 or 88680. OLE color: 88680.

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

Color convert

RGB 104 90 1 -
CMYK 0 0.13 0.99 0.59
HSL 51.84º 0.98% 0.21% -
HSV(B) 51.84º 0.99% 0.41% -
XYZ 9.37 10.26 1.51 -
YUV 84.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 104 90 1 0 0.13 0.99 0.59 51.84 0.98 0.21
Hex 68 5A 1 0 D 63 3B 34 62 15
Octal 150 132 1 0 15 143 73 64 142 25
Binary 1101000 1011010 1 0 1101 1100011 111011 110100 1100010 10101

Color Harmonies of #685A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A01

Black with #685A01

Text Example


Text Example

White with #685A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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