Html Css Color HEX #6E3C10 Raw Umber

📋 copy color: '#6E3C10'

red 110 ◦ green 60 ◦ blue 16

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

Shades of Raw Umber #6E3C10

Tints of Raw Umber #6E3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

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

R = 59.14%
G = 32.26%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E3C10 (or 0x6E3C10) is known color: Raw Umber. HEX triplet: 6E, 3C and 10. RGB value is (110,60,16). Sum of RGB (Red+Green+Blue) = 110+60+16=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3C10 is #91C3EF. Grayscale: #464646. Windows color (decimal): -9552880 or 1064046. OLE color: 1064046.

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

Color convert

RGB 110 60 16 -
CMYK 0 0.45 0.85 0.57
HSL 28.09º 0.75% 0.25% -
HSV(B) 28.09º 0.85% 0.43% -
XYZ 8.14 6.58 1.33 -
YUV 69.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 110 60 16 0 0.45 0.85 0.57 28.09 0.75 0.25
Hex 6E 3C 10 0 2D 55 39 1C 4B 19
Octal 156 74 20 0 55 125 71 34 113 31
Binary 1101110 111100 10000 0 101101 1010101 111001 11100 1001011 11001

Color Harmonies of #6E3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3C10

Black with #6E3C10

Text Example


Text Example

White with #6E3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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