Html Css Color HEX #6E501A Raw Umber

📋 copy color: '#6E501A'

red 110 ◦ green 80 ◦ blue 26

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

Shades of Raw Umber #6E501A

Tints of Raw Umber #6E501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 50.93%
G = 37.04%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E501A (or 0x6E501A) is known color: Raw Umber. HEX triplet: 6E, 50 and 1A. RGB value is (110,80,26). Sum of RGB (Red+Green+Blue) = 110+80+26=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E501A is #91AFE5. Grayscale: #535353. Windows color (decimal): -9547750 or 1724526. OLE color: 1724526.

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

Color convert

RGB 110 80 26 -
CMYK 0 0.27 0.76 0.57
HSL 38.57º 0.62% 0.27% -
HSV(B) 38.57º 0.76% 0.43% -
XYZ 9.49 9.13 2.24 -
YUV 82.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 110 80 26 0 0.27 0.76 0.57 38.57 0.62 0.27
Hex 6E 50 1A 0 1B 4C 39 27 3E 1B
Octal 156 120 32 0 33 114 71 47 76 33
Binary 1101110 1010000 11010 0 11011 1001100 111001 100111 111110 11011

Color Harmonies of #6E501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E501A

Black with #6E501A

Text Example


Text Example

White with #6E501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,26); }

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

background-color css

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

 a { background-color: rgb(110,80,26); }

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

border-color css

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

 span { border-color: rgb(110,80,26); }

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