Html Css Color HEX #684C14 Raw Umber

📋 copy color: '#684C14'

red 104 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #684C14

Tints of Raw Umber #684C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

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

R = 52%
G = 38%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#684C14 (or 0x684C14) is known color: Raw Umber. HEX triplet: 68, 4C and 14. RGB value is (104,76,20). Sum of RGB (Red+Green+Blue) = 104+76+20=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #684C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C14 is #97B3EB. Grayscale: #4E4E4E. Windows color (decimal): -9941996 or 1330280. OLE color: 1330280.

HSL color Cylindrical-coordinate representation of color #684C14: hue angle of 40º 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 #684C14 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 20 -
CMYK 0 0.27 0.81 0.59
HSL 40º 0.68% 0.24% -
HSV(B) 40º 0.81% 0.41% -
XYZ 8.42 8.16 1.79 -
YUV 77.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 104 76 20 0 0.27 0.81 0.59 40 0.68 0.24
Hex 68 4C 14 0 1B 51 3B 28 44 18
Octal 150 114 24 0 33 121 73 50 104 30
Binary 1101000 1001100 10100 0 11011 1010001 111011 101000 1000100 11000

Color Harmonies of #684C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C14

Black with #684C14

Text Example


Text Example

White with #684C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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