Html Css Color HEX #6E510A Raw Umber

📋 copy color: '#6E510A'

red 110 ◦ green 81 ◦ blue 10

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

Shades of Raw Umber #6E510A

Tints of Raw Umber #6E510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 54.73%
G = 40.3%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6E510A (or 0x6E510A) is known color: Raw Umber. HEX triplet: 6E, 51 and 0A. RGB value is (110,81,10). Sum of RGB (Red+Green+Blue) = 110+81+10=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E510A is #91AEF5. Grayscale: #515151. Windows color (decimal): -9547510 or 676206. OLE color: 676206.

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

Color convert

RGB 110 81 10 -
CMYK 0 0.26 0.91 0.57
HSL 42.6º 0.83% 0.24% -
HSV(B) 42.6º 0.91% 0.43% -
XYZ 9.43 9.22 1.57 -
YUV 81.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 110 81 10 0 0.26 0.91 0.57 42.6 0.83 0.24
Hex 6E 51 A 0 1A 5B 39 2B 53 18
Octal 156 121 12 0 32 133 71 53 123 30
Binary 1101110 1010001 1010 0 11010 1011011 111001 101011 1010011 11000

Color Harmonies of #6E510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E510A

Black with #6E510A

Text Example


Text Example

White with #6E510A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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