#685207

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

Shades of Raw Umber #685207

Tints of Raw Umber #685207

Color information

#685207 (or 0x685207) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 07. RGB value is (104,82,7). Sum of RGB (Red+Green+Blue) = 104+82+7=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #685207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685207 is #97ADF8. Grayscale: #505050. Windows color (decimal): -9940473 or 479848. OLE color: 479848.

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

Color convert

RGB104827-
CMYK00.210.930.59
HSL46.39º87.39%21.76%-
HSV(B)46.39º93.27%40.78%-
XYZ8.768.991.47-
YUV80.0386.79145.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=53.89%
G=42.49%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482700.210.930.5946.3987.3921.76
Hex685270155D3B2e5716
Octal1501227025135735612726
Binary110100010100101110101011011101111011101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685207; }

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

 H1.HeaderClassName
 {
   color: #685207;
 }
 .AnyTagClassName
 {
   color: #685207;
 }
</style>
background-color css

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

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

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

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

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

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