Html Css Color HEX #6D540A Raw Umber

📋 copy color: '#6D540A'

red 109 ◦ green 84 ◦ blue 10

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

Shades of Raw Umber #6D540A

Tints of Raw Umber #6D540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 53.69%
G = 41.38%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D540A (or 0x6D540A) is known color: Raw Umber. HEX triplet: 6D, 54 and 0A. RGB value is (109,84,10). Sum of RGB (Red+Green+Blue) = 109+84+10=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D540A is #92ABF5. Grayscale: #535353. Windows color (decimal): -9612278 or 676973. OLE color: 676973.

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

Color convert

RGB 109 84 10 -
CMYK 0 0.23 0.91 0.57
HSL 44.85º 0.83% 0.23% -
HSV(B) 44.85º 0.91% 0.43% -
XYZ 9.53 9.61 1.64 -
YUV 83.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 109 84 10 0 0.23 0.91 0.57 44.85 0.83 0.23
Hex 6D 54 A 0 17 5B 39 2D 53 17
Octal 155 124 12 0 27 133 71 55 123 27
Binary 1101101 1010100 1010 0 10111 1011011 111001 101101 1010011 10111

Color Harmonies of #6D540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D540A

Black with #6D540A

Text Example


Text Example

White with #6D540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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