Html Css Color HEX #6D5614 Raw Umber

📋 copy color: '#6D5614'

red 109 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #6D5614

Tints of Raw Umber #6D5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 50.7%
G = 40%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D5614 (or 0x6D5614) is known color: Raw Umber. HEX triplet: 6D, 56 and 14. RGB value is (109,86,20). Sum of RGB (Red+Green+Blue) = 109+86+20=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5614 is #92A9EB. Grayscale: #555555. Windows color (decimal): -9611756 or 1332845. OLE color: 1332845.

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

Color convert

RGB 109 86 20 -
CMYK 0 0.21 0.82 0.57
HSL 44.49º 0.69% 0.25% -
HSV(B) 44.49º 0.82% 0.43% -
XYZ 9.76 9.96 2.07 -
YUV 85.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 109 86 20 0 0.21 0.82 0.57 44.49 0.69 0.25
Hex 6D 56 14 0 15 52 39 2C 45 19
Octal 155 126 24 0 25 122 71 54 105 31
Binary 1101101 1010110 10100 0 10101 1010010 111001 101100 1000101 11001

Color Harmonies of #6D5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5614

Black with #6D5614

Text Example


Text Example

White with #6D5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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