Html Css Color HEX #6D551A Raw Umber

📋 copy color: '#6D551A'

red 109 ◦ green 85 ◦ blue 26

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

Shades of Raw Umber #6D551A

Tints of Raw Umber #6D551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 49.55%
G = 38.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D551A (or 0x6D551A) is known color: Raw Umber. HEX triplet: 6D, 55 and 1A. RGB value is (109,85,26). Sum of RGB (Red+Green+Blue) = 109+85+26=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D551A is #92AAE5. Grayscale: #555555. Windows color (decimal): -9612006 or 1725805. OLE color: 1725805.

HSL color Cylindrical-coordinate representation of color #6D551A: hue angle of 42.65º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D551A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 85 26 -
CMYK 0 0.22 0.76 0.57
HSL 42.65º 0.61% 0.26% -
HSV(B) 42.65º 0.76% 0.43% -
XYZ 9.74 9.82 2.36 -
YUV 85.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 109 85 26 0 0.22 0.76 0.57 42.65 0.61 0.26
Hex 6D 55 1A 0 16 4C 39 2B 3D 1A
Octal 155 125 32 0 26 114 71 53 75 32
Binary 1101101 1010101 11010 0 10110 1001100 111001 101011 111101 11010

Color Harmonies of #6D551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D551A

Black with #6D551A

Text Example


Text Example

White with #6D551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,26); }

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

background-color css

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

 a { background-color: rgb(109,85,26); }

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

border-color css

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

 span { border-color: rgb(109,85,26); }

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