Html Css Color HEX #6E4410 Raw Umber

📋 copy color: '#6E4410'

red 110 ◦ green 68 ◦ blue 16

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

Shades of Raw Umber #6E4410

Tints of Raw Umber #6E4410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 56.7%
G = 35.05%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E4410 (or 0x6E4410) is known color: Raw Umber. HEX triplet: 6E, 44 and 10. RGB value is (110,68,16). Sum of RGB (Red+Green+Blue) = 110+68+16=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4410 is #91BBEF. Grayscale: #4A4A4A. Windows color (decimal): -9550832 or 1066094. OLE color: 1066094.

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

Color convert

RGB 110 68 16 -
CMYK 0 0.38 0.85 0.57
HSL 33.19º 0.75% 0.25% -
HSV(B) 33.19º 0.85% 0.43% -
XYZ 8.59 7.49 1.48 -
YUV 74.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 110 68 16 0 0.38 0.85 0.57 33.19 0.75 0.25
Hex 6E 44 10 0 26 55 39 21 4B 19
Octal 156 104 20 0 46 125 71 41 113 31
Binary 1101110 1000100 10000 0 100110 1010101 111001 100001 1001011 11001

Color Harmonies of #6E4410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4410

Black with #6E4410

Text Example


Text Example

White with #6E4410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,16); }

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

background-color css

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

 a { background-color: rgb(110,68,16); }

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

border-color css

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

 span { border-color: rgb(110,68,16); }

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