#685100

Color #685100 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #685100

Tints of Raw Umber #685100

Color information

#685100 (or 0x685100) is unknown color: approx 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

RGB104810-
CMYK00.2210.59
HSL46.73º100%20.39%-
HSV(B)46.73º100%40.78%-
XYZ8.658.831.25-
YUV78.6483.62146.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10481000.2210.5946.7310020.39
Hex68510016643B2f6414
Octal1501210026144735714424
Binary1101000101000100101101100100111011101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>