Html Css Color HEX #6D400A Raw Umber

📋 copy color: '#6D400A'

red 109 ◦ green 64 ◦ blue 10

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

Shades of Raw Umber #6D400A

Tints of Raw Umber #6D400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

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

R = 59.56%
G = 34.97%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D400A (or 0x6D400A) is known color: Raw Umber. HEX triplet: 6D, 40 and 0A. RGB value is (109,64,10). Sum of RGB (Red+Green+Blue) = 109+64+10=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D400A is #92BFF5. Grayscale: #474747. Windows color (decimal): -9617398 or 671853. OLE color: 671853.

HSL color Cylindrical-coordinate representation of color #6D400A: hue angle of 32.73º 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 #6D400A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 10 -
CMYK 0 0.41 0.91 0.57
HSL 32.73º 0.83% 0.23% -
HSV(B) 32.73º 0.91% 0.43% -
XYZ 8.19 6.94 1.19 -
YUV 71.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 109 64 10 0 0.41 0.91 0.57 32.73 0.83 0.23
Hex 6D 40 A 0 29 5B 39 21 53 17
Octal 155 100 12 0 51 133 71 41 123 27
Binary 1101101 1000000 1010 0 101001 1011011 111001 100001 1010011 10111

Color Harmonies of #6D400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D400A

Black with #6D400A

Text Example


Text Example

White with #6D400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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