Html Css Color HEX #685508 Raw Umber

📋 copy color: '#685508'

red 104 ◦ green 85 ◦ blue 8

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

Shades of Raw Umber #685508

Tints of Raw Umber #685508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.15%

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

R = 52.79%
G = 43.15%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#685508 (or 0x685508) is known color: Raw Umber. HEX triplet: 68, 55 and 08. RGB value is (104,85,8). Sum of RGB (Red+Green+Blue) = 104+85+8=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #685508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685508 is #97AAF7. Grayscale: #525252. Windows color (decimal): -9939704 or 546152. OLE color: 546152.

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

Color convert

RGB 104 85 8 -
CMYK 0 0.18 0.92 0.59
HSL 48.13º 0.86% 0.22% -
HSV(B) 48.13º 0.92% 0.41% -
XYZ 9 9.46 1.58 -
YUV 81.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 104 85 8 0 0.18 0.92 0.59 48.13 0.86 0.22
Hex 68 55 8 0 12 5C 3B 30 56 16
Octal 150 125 10 0 22 134 73 60 126 26
Binary 1101000 1010101 1000 0 10010 1011100 111011 110000 1010110 10110

Color Harmonies of #685508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685508

Black with #685508

Text Example


Text Example

White with #685508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685508; }

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

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

background-color css

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

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

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

border-color css

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

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

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