#685302

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

Shades of Raw Umber #685302

Tints of Raw Umber #685302

Color information

#685302 (or 0x685302) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 02. RGB value is (104,83,2). Sum of RGB (Red+Green+Blue) = 104+83+2=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685302 is #97ACFD. Grayscale: #505050. Windows color (decimal): -9940222 or 152424. OLE color: 152424.

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

Color convert

RGB104832-
CMYK00.200.980.59
HSL47.65º96.23%20.78%-
HSV(B)47.65º98.08%40.78%-
XYZ8.819.131.36-
YUV80.0483.96145.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=55.03%
G=43.92%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483200.200.980.5947.6596.2320.78
Hex68532014623B306015
Octal1501232024142736014025
Binary11010001010011100101001100010111011110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685302; }

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

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

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

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

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

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

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

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