Html Css Color HEX #684A0C Raw Umber

📋 copy color: '#684A0C'

red 104 ◦ green 74 ◦ blue 12

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

Shades of Raw Umber #684A0C

Tints of Raw Umber #684A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 54.74%
G = 38.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#684A0C (or 0x684A0C) is known color: Raw Umber. HEX triplet: 68, 4A and 0C. RGB value is (104,74,12). Sum of RGB (Red+Green+Blue) = 104+74+12=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #684A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A0C is #97B5F3. Grayscale: #4C4C4C. Windows color (decimal): -9942516 or 805480. OLE color: 805480.

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

Color convert

RGB 104 74 12 -
CMYK 0 0.29 0.88 0.59
HSL 40.43º 0.79% 0.23% -
HSV(B) 40.43º 0.88% 0.41% -
XYZ 8.22 7.87 1.43 -
YUV 75.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 104 74 12 0 0.29 0.88 0.59 40.43 0.79 0.23
Hex 68 4A C 0 1D 58 3B 28 4F 17
Octal 150 112 14 0 35 130 73 50 117 27
Binary 1101000 1001010 1100 0 11101 1011000 111011 101000 1001111 10111

Color Harmonies of #684A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A0C

Black with #684A0C

Text Example


Text Example

White with #684A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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