Html Css Color HEX #685006 Raw Umber

📋 copy color: '#685006'

red 104 ◦ green 80 ◦ blue 6

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

Shades of Raw Umber #685006

Tints of Raw Umber #685006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

 BLUE value IS 6 (2.73% from 255) = 3.16%

R = 54.74%
G = 42.11%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#685006 (or 0x685006) is known color: Raw Umber. HEX triplet: 68, 50 and 06. RGB value is (104,80,6). Sum of RGB (Red+Green+Blue) = 104+80+6=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685006 is #97AFF9. Grayscale: #4F4F4F. Windows color (decimal): -9940986 or 413800. OLE color: 413800.

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

Color convert

RGB 104 80 6 -
CMYK 0 0.23 0.94 0.59
HSL 45.31º 0.89% 0.22% -
HSV(B) 45.31º 0.94% 0.41% -
XYZ 8.61 8.69 1.4 -
YUV 78.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 104 80 6 0 0.23 0.94 0.59 45.31 0.89 0.22
Hex 68 50 6 0 17 5E 3B 2D 59 16
Octal 150 120 6 0 27 136 73 55 131 26
Binary 1101000 1010000 110 0 10111 1011110 111011 101101 1011001 10110

Color Harmonies of #685006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685006

Black with #685006

Text Example


Text Example

White with #685006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685006; }

 p { color: rgb(104,80,6); }

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

background-color css

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

 a { background-color: rgb(104,80,6); }

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

border-color css

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

 span { border-color: rgb(104,80,6); }

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