Html Css Color HEX #6D4514 Raw Umber

📋 copy color: '#6D4514'

red 109 ◦ green 69 ◦ blue 20

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

Shades of Raw Umber #6D4514

Tints of Raw Umber #6D4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 55.05%
G = 34.85%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D4514 (or 0x6D4514) is known color: Raw Umber. HEX triplet: 6D, 45 and 14. RGB value is (109,69,20). Sum of RGB (Red+Green+Blue) = 109+69+20=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4514 is #92BAEB. Grayscale: #4B4B4B. Windows color (decimal): -9616108 or 1328493. OLE color: 1328493.

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

Color convert

RGB 109 69 20 -
CMYK 0 0.37 0.82 0.57
HSL 33.03º 0.69% 0.25% -
HSV(B) 33.03º 0.82% 0.43% -
XYZ 8.56 7.56 1.67 -
YUV 75.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 109 69 20 0 0.37 0.82 0.57 33.03 0.69 0.25
Hex 6D 45 14 0 25 52 39 21 45 19
Octal 155 105 24 0 45 122 71 41 105 31
Binary 1101101 1000101 10100 0 100101 1010010 111001 100001 1000101 11001

Color Harmonies of #6D4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4514

Black with #6D4514

Text Example


Text Example

White with #6D4514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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