Html Css Color HEX #685100 Raw Umber

📋 copy color: '#685100'

red 104 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #685100

Tints of Raw Umber #685100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.22%
G = 43.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685100 (or 0x685100) is known color: Raw Umber. HEX triplet: 68, 51 and 00. RGB value is (104,81,0). Sum of RGB (Red+Green+Blue) = 104+81+0=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #685100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685100 is #97AEFF. Grayscale: #4E4E4E. Windows color (decimal): -9940736 or 20840. OLE color: 20840.

HSL color Cylindrical-coordinate representation of color #685100: hue angle of 46.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 0 -
CMYK 0 0.22 1 0.59
HSL 46.73º 1% 0.2% -
HSV(B) 46.73º 1% 0.41% -
XYZ 8.65 8.83 1.25 -
YUV 78.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 104 81 0 0 0.22 1 0.59 46.73 1 0.2
Hex 68 51 0 0 16 64 3B 2F 64 14
Octal 150 121 0 0 26 144 73 57 144 24
Binary 1101000 1010001 0 0 10110 1100100 111011 101111 1100100 10100

Color Harmonies of #685100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685100

Black with #685100

Text Example


Text Example

White with #685100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685100; }

 p { color: rgb(104,81,0); }

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

background-color css

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

 a { background-color: rgb(104,81,0); }

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

border-color css

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

 span { border-color: rgb(104,81,0); }

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