Html Css Color HEX #685600 Raw Umber

📋 copy color: '#685600'

red 104 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #685600

Tints of Raw Umber #685600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.74%
G = 45.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685600 (or 0x685600) is known color: Raw Umber. HEX triplet: 68, 56 and 00. RGB value is (104,86,0). Sum of RGB (Red+Green+Blue) = 104+86+0=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685600 is #97A9FF. Grayscale: #515151. Windows color (decimal): -9939456 or 22120. OLE color: 22120.

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

Color convert

RGB 104 86 0 -
CMYK 0 0.17 1 0.59
HSL 49.62º 1% 0.2% -
HSV(B) 49.62º 1% 0.41% -
XYZ 9.04 9.6 1.38 -
YUV 81.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 104 86 0 0 0.17 1 0.59 49.62 1 0.2
Hex 68 56 0 0 11 64 3B 32 64 14
Octal 150 126 0 0 21 144 73 62 144 24
Binary 1101000 1010110 0 0 10001 1100100 111011 110010 1100100 10100

Color Harmonies of #685600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685600

Black with #685600

Text Example


Text Example

White with #685600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685600; }

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

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

background-color css

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

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

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

border-color css

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

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

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