Html Css Color HEX #685804 Raw Umber

📋 copy color: '#685804'

red 104 ◦ green 88 ◦ blue 4

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

Shades of Raw Umber #685804

Tints of Raw Umber #685804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.9%

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

R = 53.06%
G = 44.9%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685804 (or 0x685804) is known color: Raw Umber. HEX triplet: 68, 58 and 04. RGB value is (104,88,4). Sum of RGB (Red+Green+Blue) = 104+88+4=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #685804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685804 is #97A7FB. Grayscale: #535353. Windows color (decimal): -9938940 or 284776. OLE color: 284776.

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

Color convert

RGB 104 88 4 -
CMYK 0 0.15 0.96 0.59
HSL 50.4º 0.93% 0.21% -
HSV(B) 50.4º 0.96% 0.41% -
XYZ 9.22 9.93 1.55 -
YUV 83.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 104 88 4 0 0.15 0.96 0.59 50.4 0.93 0.21
Hex 68 58 4 0 F 60 3B 32 5D 15
Octal 150 130 4 0 17 140 73 62 135 25
Binary 1101000 1011000 100 0 1111 1100000 111011 110010 1011101 10101

Color Harmonies of #685804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685804

Black with #685804

Text Example


Text Example

White with #685804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685804; }

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

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

background-color css

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

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

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

border-color css

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

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

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