#685308

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

Shades of Raw Umber #685308

Tints of Raw Umber #685308

Color information

#685308 (or 0x685308) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 08. RGB value is (104,83,8). Sum of RGB (Red+Green+Blue) = 104+83+8=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #685308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685308 is #97ACF7. Grayscale: #515151. Windows color (decimal): -9940216 or 545640. OLE color: 545640.

HSL color Cylindrical-coordinate representation of color #685308: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #685308 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB104838-
CMYK00.200.920.59
HSL46.88º85.71%21.96%-
HSV(B)46.88º92.31%40.78%-
XYZ8.859.151.53-
YUV80.7386.96144.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=53.33%
G=42.56%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483800.200.920.5946.8885.7121.96
Hex685380145C3B2f5616
Octal15012310024134735712626
Binary1101000101001110000101001011100111011101111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685308; }

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

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

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

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

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

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

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

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