Html Css Color HEX #6D5018 Raw Umber

📋 copy color: '#6D5018'

red 109 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #6D5018

Tints of Raw Umber #6D5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 51.17%
G = 37.56%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D5018 (or 0x6D5018) is known color: Raw Umber. HEX triplet: 6D, 50 and 18. RGB value is (109,80,24). Sum of RGB (Red+Green+Blue) = 109+80+24=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5018 is #92AFE7. Grayscale: #525252. Windows color (decimal): -9613288 or 1593453. OLE color: 1593453.

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

Color convert

RGB 109 80 24 -
CMYK 0 0.27 0.78 0.57
HSL 39.53º 0.64% 0.26% -
HSV(B) 39.53º 0.78% 0.43% -
XYZ 9.34 9.05 2.12 -
YUV 82.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 109 80 24 0 0.27 0.78 0.57 39.53 0.64 0.26
Hex 6D 50 18 0 1B 4E 39 28 40 1A
Octal 155 120 30 0 33 116 71 50 100 32
Binary 1101101 1010000 11000 0 11011 1001110 111001 101000 1000000 11010

Color Harmonies of #6D5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5018

Black with #6D5018

Text Example


Text Example

White with #6D5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,24); }

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

background-color css

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

 a { background-color: rgb(109,80,24); }

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

border-color css

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

 span { border-color: rgb(109,80,24); }

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