Html Css Color HEX #684212 Raw Umber

📋 copy color: '#684212'

red 104 ◦ green 66 ◦ blue 18

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

Shades of Raw Umber #684212

Tints of Raw Umber #684212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 55.32%
G = 35.11%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#684212 (or 0x684212) is known color: Raw Umber. HEX triplet: 68, 42 and 12. RGB value is (104,66,18). Sum of RGB (Red+Green+Blue) = 104+66+18=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #684212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684212 is #97BDED. Grayscale: #484848. Windows color (decimal): -9944558 or 1196648. OLE color: 1196648.

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

Color convert

RGB 104 66 18 -
CMYK 0 0.37 0.83 0.59
HSL 33.49º 0.7% 0.24% -
HSV(B) 33.49º 0.83% 0.41% -
XYZ 7.77 6.88 1.49 -
YUV 71.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 104 66 18 0 0.37 0.83 0.59 33.49 0.7 0.24
Hex 68 42 12 0 25 53 3B 21 46 18
Octal 150 102 22 0 45 123 73 41 106 30
Binary 1101000 1000010 10010 0 100101 1010011 111011 100001 1000110 11000

Color Harmonies of #684212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684212

Black with #684212

Text Example


Text Example

White with #684212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684212; }

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

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

background-color css

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

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

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

border-color css

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

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

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