Html Css Color HEX #6D521C Raw Umber

📋 copy color: '#6D521C'

red 109 ◦ green 82 ◦ blue 28

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

Shades of Raw Umber #6D521C

Tints of Raw Umber #6D521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 49.77%
G = 37.44%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D521C (or 0x6D521C) is known color: Raw Umber. HEX triplet: 6D, 52 and 1C. RGB value is (109,82,28). Sum of RGB (Red+Green+Blue) = 109+82+28=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D521C is #92ADE3. Grayscale: #545454. Windows color (decimal): -9612772 or 1856109. OLE color: 1856109.

HSL color Cylindrical-coordinate representation of color #6D521C: hue angle of 40º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D521C is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 28 -
CMYK 0 0.25 0.74 0.57
HSL 40º 0.59% 0.27% -
HSV(B) 40º 0.74% 0.43% -
XYZ 9.53 9.37 2.4 -
YUV 83.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 109 82 28 0 0.25 0.74 0.57 40 0.59 0.27
Hex 6D 52 1C 0 19 4A 39 28 3B 1B
Octal 155 122 34 0 31 112 71 50 73 33
Binary 1101101 1010010 11100 0 11001 1001010 111001 101000 111011 11011

Color Harmonies of #6D521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D521C

Black with #6D521C

Text Example


Text Example

White with #6D521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,28); }

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

background-color css

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

 a { background-color: rgb(109,82,28); }

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

border-color css

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

 span { border-color: rgb(109,82,28); }

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