Html Css Color HEX #685418 Raw Umber

📋 copy color: '#685418'

red 104 ◦ green 84 ◦ blue 24

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

Shades of Raw Umber #685418

Tints of Raw Umber #685418

RGB

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

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

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

R = 49.06%
G = 39.62%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685418 (or 0x685418) is known color: Raw Umber. HEX triplet: 68, 54 and 18. RGB value is (104,84,24). Sum of RGB (Red+Green+Blue) = 104+84+24=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #685418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685418 is #97ABE7. Grayscale: #535353. Windows color (decimal): -9939944 or 1594472. OLE color: 1594472.

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

Color convert

RGB 104 84 24 -
CMYK 0 0.19 0.77 0.59
HSL 45º 0.63% 0.25% -
HSV(B) 45º 0.77% 0.41% -
XYZ 9.04 9.35 2.19 -
YUV 83.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 104 84 24 0 0.19 0.77 0.59 45 0.63 0.25
Hex 68 54 18 0 13 4D 3B 2D 3E 19
Octal 150 124 30 0 23 115 73 55 76 31
Binary 1101000 1010100 11000 0 10011 1001101 111011 101101 111110 11001

Color Harmonies of #685418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685418

Black with #685418

Text Example


Text Example

White with #685418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685418; }

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

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

background-color css

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

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

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

border-color css

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

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

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