#685B03

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

Shades of Raw Umber #685B03

Tints of Raw Umber #685B03

Color information

#685B03 (or 0x685B03) is unknown color: approx Raw Umber. HEX triplet: 68, 5B and 03. RGB value is (104,91,3). Sum of RGB (Red+Green+Blue) = 104+91+3=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B03 is #97A4FC. Grayscale: #555555. Windows color (decimal): -9938173 or 220008. OLE color: 220008.

HSL color Cylindrical-coordinate representation of color #685B03: hue angle of 52.28º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #685B03 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB104913-
CMYK00.120.970.59
HSL52.28º94.39%20.98%-
HSV(B)52.28º97.12%40.78%-
XYZ9.4710.431.6-
YUV84.8581.81141.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=52.53%
G=45.96%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10491300.120.970.5952.2894.3920.98
Hex685B30C613B345e15
Octal1501333014141736413625
Binary1101000101101111011001100001111011110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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