Html Css Color HEX #685408 Raw Umber

📋 copy color: '#685408'

red 104 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #685408

Tints of Raw Umber #685408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

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

R = 53.06%
G = 42.86%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#685408 (or 0x685408) is known color: Raw Umber. HEX triplet: 68, 54 and 08. RGB value is (104,84,8). Sum of RGB (Red+Green+Blue) = 104+84+8=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #685408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685408 is #97ABF7. Grayscale: #515151. Windows color (decimal): -9939960 or 545896. OLE color: 545896.

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

Color convert

RGB 104 84 8 -
CMYK 0 0.19 0.92 0.59
HSL 47.5º 0.86% 0.22% -
HSV(B) 47.5º 0.92% 0.41% -
XYZ 8.92 9.3 1.55 -
YUV 81.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 104 84 8 0 0.19 0.92 0.59 47.5 0.86 0.22
Hex 68 54 8 0 13 5C 3B 30 56 16
Octal 150 124 10 0 23 134 73 60 126 26
Binary 1101000 1010100 1000 0 10011 1011100 111011 110000 1010110 10110

Color Harmonies of #685408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685408

Black with #685408

Text Example


Text Example

White with #685408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685408; }

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

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

background-color css

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

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

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

border-color css

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

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

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