Html Css Color HEX #685008 Raw Umber

📋 copy color: '#685008'

red 104 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #685008

Tints of Raw Umber #685008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 54.17%
G = 41.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#685008 (or 0x685008) is known color: Raw Umber. HEX triplet: 68, 50 and 08. RGB value is (104,80,8). Sum of RGB (Red+Green+Blue) = 104+80+8=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685008 is #97AFF7. Grayscale: #4F4F4F. Windows color (decimal): -9940984 or 544872. OLE color: 544872.

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

Color convert

RGB 104 80 8 -
CMYK 0 0.23 0.92 0.59
HSL 45º 0.86% 0.22% -
HSV(B) 45º 0.92% 0.41% -
XYZ 8.62 8.7 1.45 -
YUV 78.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 104 80 8 0 0.23 0.92 0.59 45 0.86 0.22
Hex 68 50 8 0 17 5C 3B 2D 56 16
Octal 150 120 10 0 27 134 73 55 126 26
Binary 1101000 1010000 1000 0 10111 1011100 111011 101101 1010110 10110

Color Harmonies of #685008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685008

Black with #685008

Text Example


Text Example

White with #685008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685008; }

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

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

background-color css

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

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

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

border-color css

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

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

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