Html Css Color HEX #6D5000 Raw Umber

📋 copy color: '#6D5000'

red 109 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #6D5000

Tints of Raw Umber #6D5000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.67%
G = 42.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D5000 (or 0x6D5000) is known color: Raw Umber. HEX triplet: 6D, 50 and 00. RGB value is (109,80,0). Sum of RGB (Red+Green+Blue) = 109+80+0=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5000 is #92AFFF. Grayscale: #4F4F4F. Windows color (decimal): -9613312 or 20589. OLE color: 20589.

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

Color convert

RGB 109 80 0 -
CMYK 0 0.27 1 0.57
HSL 44.04º 1% 0.21% -
HSV(B) 44.04º 1% 0.43% -
XYZ 9.18 8.99 1.25 -
YUV 79.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 109 80 0 0 0.27 1 0.57 44.04 1 0.21
Hex 6D 50 0 0 1B 64 39 2C 64 15
Octal 155 120 0 0 33 144 71 54 144 25
Binary 1101101 1010000 0 0 11011 1100100 111001 101100 1100100 10101

Color Harmonies of #6D5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5000

Black with #6D5000

Text Example


Text Example

White with #6D5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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