Html Css Color HEX #6D500D Raw Umber

📋 copy color: '#6D500D'

red 109 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #6D500D

Tints of Raw Umber #6D500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 53.96%
G = 39.6%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D500D (or 0x6D500D) is known color: Raw Umber. HEX triplet: 6D, 50 and 0D. RGB value is (109,80,13). Sum of RGB (Red+Green+Blue) = 109+80+13=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D500D is #92AFF2. Grayscale: #515151. Windows color (decimal): -9613299 or 872557. OLE color: 872557.

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

Color convert

RGB 109 80 13 -
CMYK 0 0.27 0.88 0.57
HSL 41.88º 0.79% 0.24% -
HSV(B) 41.88º 0.88% 0.43% -
XYZ 9.25 9.02 1.63 -
YUV 81.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 109 80 13 0 0.27 0.88 0.57 41.88 0.79 0.24
Hex 6D 50 D 0 1B 58 39 2A 4F 18
Octal 155 120 15 0 33 130 71 52 117 30
Binary 1101101 1010000 1101 0 11011 1011000 111001 101010 1001111 11000

Color Harmonies of #6D500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D500D

Black with #6D500D

Text Example


Text Example

White with #6D500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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