Html Css Color HEX #6D5A14 Raw Umber

📋 copy color: '#6D5A14'

red 109 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #6D5A14

Tints of Raw Umber #6D5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

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

R = 49.77%
G = 41.1%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D5A14 (or 0x6D5A14) is known color: Raw Umber. HEX triplet: 6D, 5A and 14. RGB value is (109,90,20). Sum of RGB (Red+Green+Blue) = 109+90+20=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5A14 is #92A5EB. Grayscale: #575757. Windows color (decimal): -9610732 or 1333869. OLE color: 1333869.

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

Color convert

RGB 109 90 20 -
CMYK 0 0.17 0.82 0.57
HSL 47.19º 0.69% 0.25% -
HSV(B) 47.19º 0.82% 0.43% -
XYZ 10.09 10.61 2.18 -
YUV 87.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 109 90 20 0 0.17 0.82 0.57 47.19 0.69 0.25
Hex 6D 5A 14 0 11 52 39 2F 45 19
Octal 155 132 24 0 21 122 71 57 105 31
Binary 1101101 1011010 10100 0 10001 1010010 111001 101111 1000101 11001

Color Harmonies of #6D5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A14

Black with #6D5A14

Text Example


Text Example

White with #6D5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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