Html Css Color HEX #685104 Raw Umber

📋 copy color: '#685104'

red 104 ◦ green 81 ◦ blue 4

#685104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #685104

Tints of Raw Umber #685104

RGB

 RED value IS 104 (41.02% from 255) = 55.03%

 GREEN value IS 81 (32.03% from 255) = 42.86%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 55.03%
G = 42.86%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685104 (or 0x685104) is known color: Raw Umber. HEX triplet: 68, 51 and 04. RGB value is (104,81,4). Sum of RGB (Red+Green+Blue) = 104+81+4=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685104 is #97AEFB. Grayscale: #4F4F4F. Windows color (decimal): -9940732 or 282984. OLE color: 282984.

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

Color convert

RGB 104 81 4 -
CMYK 0 0.22 0.96 0.59
HSL 46.2º 0.93% 0.21% -
HSV(B) 46.2º 0.96% 0.41% -
XYZ 8.67 8.84 1.36 -
YUV 79.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 104 81 4 0 0.22 0.96 0.59 46.2 0.93 0.21
Hex 68 51 4 0 16 60 3B 2E 5D 15
Octal 150 121 4 0 26 140 73 56 135 25
Binary 1101000 1010001 100 0 10110 1100000 111011 101110 1011101 10101

Color Harmonies of #685104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685104

Black with #685104

Text Example


Text Example

White with #685104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685104; }

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

 H1.HeaderClassName
 {
   color: #685104;
 }
 .AnyTagClassName
 {
   color: #685104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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