Html Css Color HEX #6E5115 Raw Umber

📋 copy color: '#6E5115'

red 110 ◦ green 81 ◦ blue 21

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

Shades of Raw Umber #6E5115

Tints of Raw Umber #6E5115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.21%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 51.89%
G = 38.21%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6E5115 (or 0x6E5115) is known color: Raw Umber. HEX triplet: 6E, 51 and 15. RGB value is (110,81,21). Sum of RGB (Red+Green+Blue) = 110+81+21=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5115 is #91AEEA. Grayscale: #535353. Windows color (decimal): -9547499 or 1397102. OLE color: 1397102.

HSL color Cylindrical-coordinate representation of color #6E5115: hue angle of 40.45º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E5115 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 81 21 -
CMYK 0 0.26 0.81 0.57
HSL 40.45º 0.68% 0.26% -
HSV(B) 40.45º 0.81% 0.43% -
XYZ 9.51 9.25 1.99 -
YUV 82.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 110 81 21 0 0.26 0.81 0.57 40.45 0.68 0.26
Hex 6E 51 15 0 1A 51 39 28 44 1A
Octal 156 121 25 0 32 121 71 50 104 32
Binary 1101110 1010001 10101 0 11010 1010001 111001 101000 1000100 11010

Color Harmonies of #6E5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5115

Black with #6E5115

Text Example


Text Example

White with #6E5115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,21); }

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

background-color css

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

 a { background-color: rgb(110,81,21); }

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

border-color css

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

 span { border-color: rgb(110,81,21); }

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