Html Css Color HEX #684A14 Raw Umber

📋 copy color: '#684A14'

red 104 ◦ green 74 ◦ blue 20

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

Shades of Raw Umber #684A14

Tints of Raw Umber #684A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 52.53%
G = 37.37%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#684A14 (or 0x684A14) is known color: Raw Umber. HEX triplet: 68, 4A and 14. RGB value is (104,74,20). Sum of RGB (Red+Green+Blue) = 104+74+20=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #684A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A14 is #97B5EB. Grayscale: #4D4D4D. Windows color (decimal): -9942508 or 1329768. OLE color: 1329768.

HSL color Cylindrical-coordinate representation of color #684A14: hue angle of 38.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #684A14 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 20 -
CMYK 0 0.29 0.81 0.59
HSL 38.57º 0.68% 0.24% -
HSV(B) 38.57º 0.81% 0.41% -
XYZ 8.28 7.89 1.75 -
YUV 76.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 104 74 20 0 0.29 0.81 0.59 38.57 0.68 0.24
Hex 68 4A 14 0 1D 51 3B 27 44 18
Octal 150 112 24 0 35 121 73 47 104 30
Binary 1101000 1001010 10100 0 11101 1010001 111011 100111 1000100 11000

Color Harmonies of #684A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A14

Black with #684A14

Text Example


Text Example

White with #684A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A14; }

 p { color: rgb(104,74,20); }

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

background-color css

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

 a { background-color: rgb(104,74,20); }

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

border-color css

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

 span { border-color: rgb(104,74,20); }

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