Html Css Color HEX #685800 Raw Umber

📋 copy color: '#685800'

red 104 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #685800

Tints of Raw Umber #685800

RGB

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

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

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

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#685800 (or 0x685800) is known color: Raw Umber. HEX triplet: 68, 58 and 00. RGB value is (104,88,0). Sum of RGB (Red+Green+Blue) = 104+88+0=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685800 is #97A7FF. Grayscale: #535353. Windows color (decimal): -9938944 or 22632. OLE color: 22632.

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

Color convert

RGB 104 88 0 -
CMYK 0 0.15 1 0.59
HSL 50.77º 1% 0.2% -
HSV(B) 50.77º 1% 0.41% -
XYZ 9.2 9.92 1.43 -
YUV 82.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 104 88 0 0 0.15 1 0.59 50.77 1 0.2
Hex 68 58 0 0 F 64 3B 33 64 14
Octal 150 130 0 0 17 144 73 63 144 24
Binary 1101000 1011000 0 0 1111 1100100 111011 110011 1100100 10100

Color Harmonies of #685800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685800

Black with #685800

Text Example


Text Example

White with #685800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685800; }

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

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

background-color css

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

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

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

border-color css

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

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

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