Html Css Color HEX #6E521C Raw Umber

📋 copy color: '#6E521C'

red 110 ◦ green 82 ◦ blue 28

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

Shades of Raw Umber #6E521C

Tints of Raw Umber #6E521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 50%
G = 37.27%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E521C (or 0x6E521C) is known color: Raw Umber. HEX triplet: 6E, 52 and 1C. RGB value is (110,82,28). Sum of RGB (Red+Green+Blue) = 110+82+28=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E521C is #91ADE3. Grayscale: #545454. Windows color (decimal): -9547236 or 1856110. OLE color: 1856110.

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

Color convert

RGB 110 82 28 -
CMYK 0 0.25 0.75 0.57
HSL 39.51º 0.59% 0.27% -
HSV(B) 39.51º 0.75% 0.43% -
XYZ 9.66 9.43 2.41 -
YUV 84.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 110 82 28 0 0.25 0.75 0.57 39.51 0.59 0.27
Hex 6E 52 1C 0 19 4B 39 28 3B 1B
Octal 156 122 34 0 31 113 71 50 73 33
Binary 1101110 1010010 11100 0 11001 1001011 111001 101000 111011 11011

Color Harmonies of #6E521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E521C

Black with #6E521C

Text Example


Text Example

White with #6E521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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