Html Css Color HEX #684912 Raw Umber

📋 copy color: '#684912'

red 104 ◦ green 73 ◦ blue 18

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

Shades of Raw Umber #684912

Tints of Raw Umber #684912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 53.33%
G = 37.44%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#684912 (or 0x684912) is known color: Raw Umber. HEX triplet: 68, 49 and 12. RGB value is (104,73,18). Sum of RGB (Red+Green+Blue) = 104+73+18=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #684912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684912 is #97B6ED. Grayscale: #4C4C4C. Windows color (decimal): -9942766 or 1198440. OLE color: 1198440.

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

Color convert

RGB 104 73 18 -
CMYK 0 0.30 0.83 0.59
HSL 38.37º 0.7% 0.24% -
HSV(B) 38.37º 0.83% 0.41% -
XYZ 8.2 7.75 1.64 -
YUV 76 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 104 73 18 0 0.30 0.83 0.59 38.37 0.7 0.24
Hex 68 49 12 0 1E 53 3B 26 46 18
Octal 150 111 22 0 36 123 73 46 106 30
Binary 1101000 1001001 10010 0 11110 1010011 111011 100110 1000110 11000

Color Harmonies of #684912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684912

Black with #684912

Text Example


Text Example

White with #684912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684912; }

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

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

background-color css

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

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

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

border-color css

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

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

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