Html Css Color HEX #6D4614 Raw Umber

📋 copy color: '#6D4614'

red 109 ◦ green 70 ◦ blue 20

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

Shades of Raw Umber #6D4614

Tints of Raw Umber #6D4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 54.77%
G = 35.18%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D4614 (or 0x6D4614) is known color: Raw Umber. HEX triplet: 6D, 46 and 14. RGB value is (109,70,20). Sum of RGB (Red+Green+Blue) = 109+70+20=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4614 is #92B9EB. Grayscale: #4C4C4C. Windows color (decimal): -9615852 or 1328749. OLE color: 1328749.

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

Color convert

RGB 109 70 20 -
CMYK 0 0.36 0.82 0.57
HSL 33.71º 0.69% 0.25% -
HSV(B) 33.71º 0.82% 0.43% -
XYZ 8.62 7.68 1.69 -
YUV 75.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 109 70 20 0 0.36 0.82 0.57 33.71 0.69 0.25
Hex 6D 46 14 0 24 52 39 22 45 19
Octal 155 106 24 0 44 122 71 42 105 31
Binary 1101101 1000110 10100 0 100100 1010010 111001 100010 1000101 11001

Color Harmonies of #6D4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4614

Black with #6D4614

Text Example


Text Example

White with #6D4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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