Html Css Color HEX #685201 Raw Umber

📋 copy color: '#685201'

red 104 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #685201

Tints of Raw Umber #685201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 55.61%
G = 43.85%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685201 (or 0x685201) is known color: Raw Umber. HEX triplet: 68, 52 and 01. RGB value is (104,82,1). Sum of RGB (Red+Green+Blue) = 104+82+1=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685201 is #97ADFE. Grayscale: #4F4F4F. Windows color (decimal): -9940479 or 86632. OLE color: 86632.

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

Color convert

RGB 104 82 1 -
CMYK 0 0.21 0.99 0.59
HSL 47.18º 0.98% 0.21% -
HSV(B) 47.18º 0.99% 0.41% -
XYZ 8.73 8.98 1.3 -
YUV 79.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 104 82 1 0 0.21 0.99 0.59 47.18 0.98 0.21
Hex 68 52 1 0 15 63 3B 2F 62 15
Octal 150 122 1 0 25 143 73 57 142 25
Binary 1101000 1010010 1 0 10101 1100011 111011 101111 1100010 10101

Color Harmonies of #685201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685201

Black with #685201

Text Example


Text Example

White with #685201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685201; }

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

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

background-color css

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

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

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

border-color css

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

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

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