Html Css Color HEX #6E521A Raw Umber

📋 copy color: '#6E521A'

red 110 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #6E521A

Tints of Raw Umber #6E521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 50.46%
G = 37.61%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E521A (or 0x6E521A) is known color: Raw Umber. HEX triplet: 6E, 52 and 1A. RGB value is (110,82,26). Sum of RGB (Red+Green+Blue) = 110+82+26=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E521A is #91ADE5. Grayscale: #545454. Windows color (decimal): -9547238 or 1725038. OLE color: 1725038.

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

Color convert

RGB 110 82 26 -
CMYK 0 0.25 0.76 0.57
HSL 40º 0.62% 0.27% -
HSV(B) 40º 0.76% 0.43% -
XYZ 9.63 9.42 2.29 -
YUV 83.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 110 82 26 0 0.25 0.76 0.57 40 0.62 0.27
Hex 6E 52 1A 0 19 4C 39 28 3E 1B
Octal 156 122 32 0 31 114 71 50 76 33
Binary 1101110 1010010 11010 0 11001 1001100 111001 101000 111110 11011

Color Harmonies of #6E521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E521A

Black with #6E521A

Text Example


Text Example

White with #6E521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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