#685A0A

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

Shades of Raw Umber #685A0A

Tints of Raw Umber #685A0A

Color information

#685A0A (or 0x685A0A) is unknown color: approx Raw Umber. HEX triplet: 68, 5A and 0A. RGB value is (104,90,10). Sum of RGB (Red+Green+Blue) = 104+90+10=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A0A is #97A5F5. Grayscale: #555555. Windows color (decimal): -9938422 or 678504. OLE color: 678504.

HSL color Cylindrical-coordinate representation of color #685A0A: hue angle of 51.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #685A0A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1049010-
CMYK00.130.900.59
HSL51.06º82.46%22.35%-
HSV(B)51.06º90.38%40.78%-
XYZ9.4210.281.77-
YUV85.0785.64141.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=50.98%
G=44.12%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104901000.130.900.5951.0682.4622.35
Hex685AA0D5A3B335216
Octal15013212015132736312226
Binary110100010110101010011011011010111011110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,10); }

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

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

 a { background-color: rgb(104,90,10); }

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

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

 span { border-color: rgb(104,90,10); }

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