Html Css Color HEX #685704 Raw Umber

📋 copy color: '#685704'

red 104 ◦ green 87 ◦ blue 4

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

Shades of Raw Umber #685704

Tints of Raw Umber #685704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.62%

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

R = 53.33%
G = 44.62%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685704 (or 0x685704) is known color: Raw Umber. HEX triplet: 68, 57 and 04. RGB value is (104,87,4). Sum of RGB (Red+Green+Blue) = 104+87+4=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #685704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685704 is #97A8FB. Grayscale: #525252. Windows color (decimal): -9939196 or 284520. OLE color: 284520.

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

Color convert

RGB 104 87 4 -
CMYK 0 0.16 0.96 0.59
HSL 49.8º 0.93% 0.21% -
HSV(B) 49.8º 0.96% 0.41% -
XYZ 9.14 9.77 1.52 -
YUV 82.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 104 87 4 0 0.16 0.96 0.59 49.8 0.93 0.21
Hex 68 57 4 0 10 60 3B 32 5D 15
Octal 150 127 4 0 20 140 73 62 135 25
Binary 1101000 1010111 100 0 10000 1100000 111011 110010 1011101 10101

Color Harmonies of #685704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685704

Black with #685704

Text Example


Text Example

White with #685704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685704; }

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

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

background-color css

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

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

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

border-color css

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

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

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