Html Css Color HEX #685B08 Raw Umber

📋 copy color: '#685B08'

red 104 ◦ green 91 ◦ blue 8

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

Shades of Raw Umber #685B08

Tints of Raw Umber #685B08

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.83%

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

R = 51.23%
G = 44.83%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#685B08 (or 0x685B08) is known color: Raw Umber. HEX triplet: 68, 5B and 08. RGB value is (104,91,8). Sum of RGB (Red+Green+Blue) = 104+91+8=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #685B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B08 is #97A4F7. Grayscale: #555555. Windows color (decimal): -9938168 or 547688. OLE color: 547688.

HSL color Cylindrical-coordinate representation of color #685B08: hue angle of 51.88º 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 #685B08 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 91 8 -
CMYK 0 0.12 0.92 0.59
HSL 51.88º 0.86% 0.22% -
HSV(B) 51.88º 0.92% 0.41% -
XYZ 9.49 10.44 1.75 -
YUV 85.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 104 91 8 0 0.12 0.92 0.59 51.88 0.86 0.22
Hex 68 5B 8 0 C 5C 3B 34 56 16
Octal 150 133 10 0 14 134 73 64 126 26
Binary 1101000 1011011 1000 0 1100 1011100 111011 110100 1010110 10110

Color Harmonies of #685B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B08

Black with #685B08

Text Example


Text Example

White with #685B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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