Html Css Color HEX #684D0A Raw Umber

📋 copy color: '#684D0A'

red 104 ◦ green 77 ◦ blue 10

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

Shades of Raw Umber #684D0A

Tints of Raw Umber #684D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.31%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 54.45%
G = 40.31%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#684D0A (or 0x684D0A) is known color: Raw Umber. HEX triplet: 68, 4D and 0A. RGB value is (104,77,10). Sum of RGB (Red+Green+Blue) = 104+77+10=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D0A is #97B2F5. Grayscale: #4D4D4D. Windows color (decimal): -9941750 or 675176. OLE color: 675176.

HSL color Cylindrical-coordinate representation of color #684D0A: hue angle of 42.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #684D0A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 77 10 -
CMYK 0 0.26 0.90 0.59
HSL 42.77º 0.82% 0.22% -
HSV(B) 42.77º 0.9% 0.41% -
XYZ 8.42 8.27 1.44 -
YUV 77.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 104 77 10 0 0.26 0.90 0.59 42.77 0.82 0.22
Hex 68 4D A 0 1A 5A 3B 2B 52 16
Octal 150 115 12 0 32 132 73 53 122 26
Binary 1101000 1001101 1010 0 11010 1011010 111011 101011 1010010 10110

Color Harmonies of #684D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D0A

Black with #684D0A

Text Example


Text Example

White with #684D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,10); }

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

background-color css

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

 a { background-color: rgb(104,77,10); }

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

border-color css

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

 span { border-color: rgb(104,77,10); }

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