Html Css Color HEX #6D5214 Raw Umber

📋 copy color: '#6D5214'

red 109 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #6D5214

Tints of Raw Umber #6D5214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 51.66%
G = 38.86%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D5214 (or 0x6D5214) is known color: Raw Umber. HEX triplet: 6D, 52 and 14. RGB value is (109,82,20). Sum of RGB (Red+Green+Blue) = 109+82+20=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5214 is #92ADEB. Grayscale: #535353. Windows color (decimal): -9612780 or 1331821. OLE color: 1331821.

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

Color convert

RGB 109 82 20 -
CMYK 0 0.25 0.82 0.57
HSL 41.8º 0.69% 0.25% -
HSV(B) 41.8º 0.82% 0.43% -
XYZ 9.45 9.34 1.97 -
YUV 83.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 109 82 20 0 0.25 0.82 0.57 41.8 0.69 0.25
Hex 6D 52 14 0 19 52 39 2A 45 19
Octal 155 122 24 0 31 122 71 52 105 31
Binary 1101101 1010010 10100 0 11001 1010010 111001 101010 1000101 11001

Color Harmonies of #6D5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5214

Black with #6D5214

Text Example


Text Example

White with #6D5214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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