Html Css Color HEX #685118 Raw Umber

📋 copy color: '#685118'

red 104 ◦ green 81 ◦ blue 24

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

Shades of Raw Umber #685118

Tints of Raw Umber #685118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 49.76%
G = 38.76%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685118 (or 0x685118) is known color: Raw Umber. HEX triplet: 68, 51 and 18. RGB value is (104,81,24). Sum of RGB (Red+Green+Blue) = 104+81+24=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685118 is #97AEE7. Grayscale: #515151. Windows color (decimal): -9940712 or 1593704. OLE color: 1593704.

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

Color convert

RGB 104 81 24 -
CMYK 0 0.22 0.77 0.59
HSL 42.75º 0.63% 0.25% -
HSV(B) 42.75º 0.77% 0.41% -
XYZ 8.82 8.89 2.12 -
YUV 81.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 104 81 24 0 0.22 0.77 0.59 42.75 0.63 0.25
Hex 68 51 18 0 16 4D 3B 2B 3E 19
Octal 150 121 30 0 26 115 73 53 76 31
Binary 1101000 1010001 11000 0 10110 1001101 111011 101011 111110 11001

Color Harmonies of #685118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685118

Black with #685118

Text Example


Text Example

White with #685118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685118; }

 p { color: rgb(104,81,24); }

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

background-color css

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

 a { background-color: rgb(104,81,24); }

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

border-color css

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

 span { border-color: rgb(104,81,24); }

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