#685400

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

Shades of Raw Umber #685400

Tints of Raw Umber #685400

Color information

#685400 (or 0x685400) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 00. RGB value is (104,84,0). Sum of RGB (Red+Green+Blue) = 104+84+0=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #685400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685400 is #97ABFF. Grayscale: #505050. Windows color (decimal): -9939968 or 21608. OLE color: 21608.

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

Color convert

RGB104840-
CMYK00.1910.59
HSL48.46º100%20.39%-
HSV(B)48.46º100%40.78%-
XYZ8.889.281.32-
YUV80.482.63144.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.32%
G=44.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10484000.1910.5948.4610020.39
Hex68540013643B306414
Octal1501240023144736014424
Binary1101000101010000100111100100111011110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685400; }

 p { color: rgb(104,84,0); }

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

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

 a { background-color: rgb(104,84,0); }

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

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

 span { border-color: rgb(104,84,0); }

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