Html Css Color HEX #6D400B Raw Umber

📋 copy color: '#6D400B'

red 109 ◦ green 64 ◦ blue 11

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

Shades of Raw Umber #6D400B

Tints of Raw Umber #6D400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 59.24%
G = 34.78%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D400B (or 0x6D400B) is known color: Raw Umber. HEX triplet: 6D, 40 and 0B. RGB value is (109,64,11). Sum of RGB (Red+Green+Blue) = 109+64+11=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D400B is #92BFF4. Grayscale: #474747. Windows color (decimal): -9617397 or 737389. OLE color: 737389.

HSL color Cylindrical-coordinate representation of color #6D400B: hue angle of 32.45º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D400B is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 11 -
CMYK 0 0.41 0.90 0.57
HSL 32.45º 0.82% 0.24% -
HSV(B) 32.45º 0.9% 0.43% -
XYZ 8.2 6.94 1.22 -
YUV 71.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 109 64 11 0 0.41 0.90 0.57 32.45 0.82 0.24
Hex 6D 40 B 0 29 5A 39 20 52 18
Octal 155 100 13 0 51 132 71 40 122 30
Binary 1101101 1000000 1011 0 101001 1011010 111001 100000 1010010 11000

Color Harmonies of #6D400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D400B

Black with #6D400B

Text Example


Text Example

White with #6D400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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