Html Css Color HEX #684512 Raw Umber

📋 copy color: '#684512'

red 104 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #684512

Tints of Raw Umber #684512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 54.45%
G = 36.13%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#684512 (or 0x684512) is known color: Raw Umber. HEX triplet: 68, 45 and 12. RGB value is (104,69,18). Sum of RGB (Red+Green+Blue) = 104+69+18=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684512 is #97BAED. Grayscale: #494949. Windows color (decimal): -9943790 or 1197416. OLE color: 1197416.

HSL color Cylindrical-coordinate representation of color #684512: hue angle of 35.58º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #684512 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 18 -
CMYK 0 0.34 0.83 0.59
HSL 35.58º 0.7% 0.24% -
HSV(B) 35.58º 0.83% 0.41% -
XYZ 7.95 7.24 1.55 -
YUV 73.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 104 69 18 0 0.34 0.83 0.59 35.58 0.7 0.24
Hex 68 45 12 0 22 53 3B 24 46 18
Octal 150 105 22 0 42 123 73 44 106 30
Binary 1101000 1000101 10010 0 100010 1010011 111011 100100 1000110 11000

Color Harmonies of #684512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684512

Black with #684512

Text Example


Text Example

White with #684512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684512; }

 p { color: rgb(104,69,18); }

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

background-color css

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

 a { background-color: rgb(104,69,18); }

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

border-color css

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

 span { border-color: rgb(104,69,18); }

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