#685102

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

Shades of Raw Umber #685102

Tints of Raw Umber #685102

Color information

#685102 (or 0x685102) is unknown color: approx Raw Umber. HEX triplet: 68, 51 and 02. RGB value is (104,81,2). Sum of RGB (Red+Green+Blue) = 104+81+2=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685102 is #97AEFD. Grayscale: #4F4F4F. Windows color (decimal): -9940734 or 151912. OLE color: 151912.

HSL color Cylindrical-coordinate representation of color #685102: hue angle of 46.47º 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 #685102 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104812-
CMYK00.220.980.59
HSL46.47º96.23%20.78%-
HSV(B)46.47º98.08%40.78%-
XYZ8.668.831.31-
YUV78.8784.62145.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=55.61%
G=43.32%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10481200.220.980.5946.4796.2320.78
Hex68512016623B2e6015
Octal1501212026142735614025
Binary11010001010001100101101100010111011101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685102; }

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

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

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

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

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

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

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

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