Html Css Color HEX #6E4713 Raw Umber

📋 copy color: '#6E4713'

red 110 ◦ green 71 ◦ blue 19

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

Shades of Raw Umber #6E4713

Tints of Raw Umber #6E4713

RGB

 RED value IS 110 (43.36% from 255) = 55%

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 55%
G = 35.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6E4713 (or 0x6E4713) is known color: Raw Umber. HEX triplet: 6E, 47 and 13. RGB value is (110,71,19). Sum of RGB (Red+Green+Blue) = 110+71+19=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4713 is #91B8EC. Grayscale: #4C4C4C. Windows color (decimal): -9550061 or 1263470. OLE color: 1263470.

HSL color Cylindrical-coordinate representation of color #6E4713: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E4713 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 71 19 -
CMYK 0 0.35 0.83 0.57
HSL 34.29º 0.71% 0.25% -
HSV(B) 34.29º 0.83% 0.43% -
XYZ 8.8 7.87 1.67 -
YUV 76.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 110 71 19 0 0.35 0.83 0.57 34.29 0.71 0.25
Hex 6E 47 13 0 23 53 39 22 47 19
Octal 156 107 23 0 43 123 71 42 107 31
Binary 1101110 1000111 10011 0 100011 1010011 111001 100010 1000111 11001

Color Harmonies of #6E4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4713

Black with #6E4713

Text Example


Text Example

White with #6E4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,71,19); }

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

background-color css

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

 a { background-color: rgb(110,71,19); }

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

border-color css

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

 span { border-color: rgb(110,71,19); }

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