Html Css Color HEX #6D5212 Raw Umber

📋 copy color: '#6D5212'

red 109 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #6D5212

Tints of Raw Umber #6D5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 52.15%
G = 39.23%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D5212 (or 0x6D5212) is known color: Raw Umber. HEX triplet: 6D, 52 and 12. RGB value is (109,82,18). Sum of RGB (Red+Green+Blue) = 109+82+18=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5212 is #92ADED. Grayscale: #535353. Windows color (decimal): -9612782 or 1200749. OLE color: 1200749.

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

Color convert

RGB 109 82 18 -
CMYK 0 0.25 0.83 0.57
HSL 42.2º 0.72% 0.25% -
HSV(B) 42.2º 0.83% 0.43% -
XYZ 9.43 9.33 1.88 -
YUV 82.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 109 82 18 0 0.25 0.83 0.57 42.2 0.72 0.25
Hex 6D 52 12 0 19 53 39 2A 48 19
Octal 155 122 22 0 31 123 71 52 110 31
Binary 1101101 1010010 10010 0 11001 1010011 111001 101010 1001000 11001

Color Harmonies of #6D5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5212

Black with #6D5212

Text Example


Text Example

White with #6D5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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