Html Css Color HEX #6E4946 Congo Brown

📋 copy color: '#6E4946'

red 110 ◦ green 73 ◦ blue 70

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

Shades of Congo Brown #6E4946

Tints of Congo Brown #6E4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 43.48%
G = 28.85%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6E4946 (or 0x6E4946) is known color: Congo Brown. HEX triplet: 6E, 49 and 46. RGB value is (110,73,70). Sum of RGB (Red+Green+Blue) = 110+73+70=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4946 is #91B6B9. Grayscale: #535353. Windows color (decimal): -9549498 or 4606318. OLE color: 4606318.

HSL color Cylindrical-coordinate representation of color #6E4946: hue angle of 4.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E4946 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 73 70 -
CMYK 0 0.34 0.36 0.57
HSL 4.5º 0.22% 0.35% -
HSV(B) 4.5º 0.36% 0.43% -
XYZ 9.92 8.52 6.92 -
YUV 83.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 110 73 70 0 0.34 0.36 0.57 4.5 0.22 0.35
Hex 6E 49 46 0 22 24 39 4 16 23
Octal 156 111 106 0 42 44 71 4 26 43
Binary 1101110 1001001 1000110 0 100010 100100 111001 100 10110 100011

Color Harmonies of #6E4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4946

Black with #6E4946

Text Example


Text Example

White with #6E4946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,70); }

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

background-color css

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

 a { background-color: rgb(110,73,70); }

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

border-color css

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

 span { border-color: rgb(110,73,70); }

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