#685202

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

Shades of Raw Umber #685202

Tints of Raw Umber #685202

Color information

#685202 (or 0x685202) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 02. RGB value is (104,82,2). Sum of RGB (Red+Green+Blue) = 104+82+2=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #685202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685202 is #97ADFD. Grayscale: #4F4F4F. Windows color (decimal): -9940478 or 152168. OLE color: 152168.

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

Color convert

RGB104822-
CMYK00.210.980.59
HSL47.06º96.23%20.78%-
HSV(B)47.06º98.08%40.78%-
XYZ8.748.981.33-
YUV79.4684.29145.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=55.32%
G=43.62%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482200.210.980.5947.0696.2320.78
Hex68522015623B2f6015
Octal1501222025142735714025
Binary11010001010010100101011100010111011101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685202; }

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

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

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

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

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

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

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

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