Html Css Color HEX #6D490A Raw Umber

📋 copy color: '#6D490A'

red 109 ◦ green 73 ◦ blue 10

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

Shades of Raw Umber #6D490A

Tints of Raw Umber #6D490A

RGB

 RED value IS 109 (42.97% from 255) = 56.77%

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

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

R = 56.77%
G = 38.02%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D490A (or 0x6D490A) is known color: Raw Umber. HEX triplet: 6D, 49 and 0A. RGB value is (109,73,10). Sum of RGB (Red+Green+Blue) = 109+73+10=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D490A is #92B6F5. Grayscale: #4C4C4C. Windows color (decimal): -9615094 or 674157. OLE color: 674157.

HSL color Cylindrical-coordinate representation of color #6D490A: hue angle of 38.18º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D490A is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 73 10 -
CMYK 0 0.33 0.91 0.57
HSL 38.18º 0.83% 0.23% -
HSV(B) 38.18º 0.91% 0.43% -
XYZ 8.74 8.04 1.38 -
YUV 76.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 109 73 10 0 0.33 0.91 0.57 38.18 0.83 0.23
Hex 6D 49 A 0 21 5B 39 26 53 17
Octal 155 111 12 0 41 133 71 46 123 27
Binary 1101101 1001001 1010 0 100001 1011011 111001 100110 1010011 10111

Color Harmonies of #6D490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D490A

Black with #6D490A

Text Example


Text Example

White with #6D490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D490A; }

 p { color: rgb(109,73,10); }

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

background-color css

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

 a { background-color: rgb(109,73,10); }

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

border-color css

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

 span { border-color: rgb(109,73,10); }

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