Html Css Color HEX #6E531C Raw Umber

📋 copy color: '#6E531C'

red 110 ◦ green 83 ◦ blue 28

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

Shades of Raw Umber #6E531C

Tints of Raw Umber #6E531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 49.77%
G = 37.56%
B = 12.67%

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

#6E531C (or 0x6E531C) is known color: Raw Umber. HEX triplet: 6E, 53 and 1C. RGB value is (110,83,28). Sum of RGB (Red+Green+Blue) = 110+83+28=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E531C is #91ACE3. Grayscale: #555555. Windows color (decimal): -9546980 or 1856366. OLE color: 1856366.

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

Color convert

RGB 110 83 28 -
CMYK 0 0.25 0.75 0.57
HSL 40.24º 0.59% 0.27% -
HSV(B) 40.24º 0.75% 0.43% -
XYZ 9.73 9.59 2.44 -
YUV 84.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 110 83 28 0 0.25 0.75 0.57 40.24 0.59 0.27
Hex 6E 53 1C 0 19 4B 39 28 3B 1B
Octal 156 123 34 0 31 113 71 50 73 33
Binary 1101110 1010011 11100 0 11001 1001011 111001 101000 111011 11011

Color Harmonies of #6E531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E531C

Black with #6E531C

Text Example


Text Example

White with #6E531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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