Html Css Color HEX #685501 Raw Umber

📋 copy color: '#685501'

red 104 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #685501

Tints of Raw Umber #685501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

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

R = 54.74%
G = 44.74%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#685501 (or 0x685501) is known color: Raw Umber. HEX triplet: 68, 55 and 01. RGB value is (104,85,1). Sum of RGB (Red+Green+Blue) = 104+85+1=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685501 is #97AAFE. Grayscale: #515151. Windows color (decimal): -9939711 or 87400. OLE color: 87400.

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

Color convert

RGB 104 85 1 -
CMYK 0 0.18 0.99 0.59
HSL 48.93º 0.98% 0.21% -
HSV(B) 48.93º 0.99% 0.41% -
XYZ 8.96 9.44 1.38 -
YUV 81.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 104 85 1 0 0.18 0.99 0.59 48.93 0.98 0.21
Hex 68 55 1 0 12 63 3B 31 62 15
Octal 150 125 1 0 22 143 73 61 142 25
Binary 1101000 1010101 1 0 10010 1100011 111011 110001 1100010 10101

Color Harmonies of #685501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685501

Black with #685501

Text Example


Text Example

White with #685501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685501; }

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

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

background-color css

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

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

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

border-color css

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

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

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