#685B07

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

Shades of Raw Umber #685B07

Tints of Raw Umber #685B07

Color information

#685B07 (or 0x685B07) is unknown color: approx Raw Umber. HEX triplet: 68, 5B and 07. RGB value is (104,91,7). Sum of RGB (Red+Green+Blue) = 104+91+7=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B07 is #97A4F8. Grayscale: #555555. Windows color (decimal): -9938169 or 482152. OLE color: 482152.

HSL color Cylindrical-coordinate representation of color #685B07: hue angle of 51.96º 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 #685B07 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104917-
CMYK00.120.930.59
HSL51.96º87.39%21.76%-
HSV(B)51.96º93.27%40.78%-
XYZ9.4910.441.72-
YUV85.3183.81141.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 91 (35.94% from 255) = 45.05%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=51.49%
G=45.05%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10491700.120.930.5951.9687.3921.76
Hex685B70C5D3B345716
Octal1501337014135736412726
Binary11010001011011111011001011101111011110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685B07; }

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

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

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

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

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

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

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

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